-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[11.x]Replacing outdated mysqldump with mariadb-dump #51355
Conversation
Poseidon281
commented
May 9, 2024
Fixing mistake that crynobone pointed me to
I looked into this when I added the MariaDB driver but decided against it because |
See above. |
@staudenmeir good call on the symlink but I do feel that could lead to confusion as people would expect the actual mariadb-dump binary but are in reality using mysqldump. |
@driesvints It's not ideal but the easiest workaround I can think of. The current situation isn't ideal for MariaDB users either: If you dump your schema with Sail (i.e. using MySQL's This PR needs to be applied at some point as MariaDB will remove its support for AFAICS, the cleanest solution would be to add an option to customize the path to the dump binary. With this, Sail could use the binaries from the actual |
Can we even merge this in on a patch release? Won't existing apps using MariaDB be broken if it's suddenly the mariadb-dump that's being used instead of mysqldump? |
Yeah, we should target Laravel 12. I don't think we can rule out issues like this completely. |