Closed
Description
Steps To Reproduce
- Create a Laravel application
- Initialize a fresh database engine
- Attempt to run auto-migrations
Like this:
docker compose run --rm --remove-orphans --no-deps \
-e "AUTORUN_ENABLED=true" \
-e "AUTORUN_LARAVEL_CONFIG_CACHE=false" \
-e "AUTORUN_LARAVEL_EVENT_CACHE=false" \
-e "AUTORUN_LARAVEL_ROUTE_CACHE=false" \
-e "AUTORUN_LARAVEL_VIEW_CACHE=false" \
-e "SHOW_WELCOME_MESSAGE=false" \
-e "S6_VERBOSITY=0" \
php \
true
Outcome
What did you expect?
Migrations should wait until database connection is ready.
What happened instead?
Affected Docker Images
All
Anything else?
This error is related to this change: 08d1d6e
Metadata
Metadata
Assignees
Labels
Bugs that are able to be replicated.Bugs that are able to be replicated.