Closed Jubeki closed 4 months ago
Thanks for submitting a PR!
Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.
Pull requests that are abandoned in draft may be closed due to inactivity.
Seems the problem was my local setup, now no database creation errors happen anymore on my side.
Reverts https://github.com/laravel/sail/pull/698 and https://github.com/laravel/sail/pull/703 to only one supported MariaDB Version.
Laravel Sail only supports one MySQL version (MySQL 8). The problems which arise with multiple versions of MariaDB, introduce unneeded complexity.
Therefor this PR reverts back to only on supported MariaDB Version, which is now MariaDB 11 instead of MariaDB 10, which it was before the other PRs.
See Issues: https://github.com/laravel/sail/issues/702 and https://github.com/laravel/sail/issues/701
After this is merged and released, I will also revert the changes in the Laravel Sail Server Script: https://github.com/laravel/sail-server/pull/24
How to test the changes:
Please don't forget to stop the docker container after testing: