Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

OroCommerce Installation #3

@KyryloEpam

Description

@KyryloEpam

Hi guys. Thanks for a great job and preparing this docker containers.
I try to install OroCommerce using this docker env and have no success.
I'm attaching into php container by "docker-compose exec php bash" and execute
composer install --prefer-dist --no-dev
and
php app/console oro:install --env=prod
Installation fails on Migration processes (do not remember exactly which one).
In the visual installation it fails on Cache clearing.
I changed php memory_limit to -1.
In the log file I have:
console.ERROR: An error occurred while running command "'oro:migration:load' --force --timeout=300 --env=prod". Failed migrations: Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration. {"exit_code":0,"exception":"[object] (RuntimeException(code: 0): Failed migrations: Oro\\Bundle\\EntityConfigBundle\\Migration\\UpdateEntityConfigMigration. at /var/www/site/vendor/oro/platform/src/Oro/Bundle/MigrationBundle/Migration/MigrationExecutor.php:118)","arguments":{"command":"oro:migration:load"},"options":{"force":true,"timeout":"300","env":"prod"}} []
But the round way is to install the platform by any other way (on symfony build-in http server and mysql db in docker container) and put db files into "dynamic-data". Could you point me where the timeout for migration can be changes if it's possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions