serversideup / docker-php

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
https://serversideup.net/open-source/docker-php/
GNU General Public License v3.0
1.74k stars 119 forks source link

Optional migration isolation #299

Closed ivandokov closed 6 months ago

ivandokov commented 7 months ago

Implementing one way of resolving the issue outlined at https://github.com/serversideup/docker-php/issues/298 by introducing a new environment variable AUTORUN_LARAVEL_MIGRATION_ISOLATION. It is enabled by default because the issue is only with the database cache driver.