You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: