Skip to content
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

Bump all MariaDB versions to latest #55

Closed
todeveni opened this issue May 23, 2024 · 1 comment · Fixed by #56
Closed

Bump all MariaDB versions to latest #55

todeveni opened this issue May 23, 2024 · 1 comment · Fixed by #56
Labels
bug Something isn't working

Comments

@todeveni
Copy link
Contributor

To fix incompatibilities with dump files, we should upgrade all (supported) MariaDB versions to latest. It seems that Bitnami is offering newer MariaDB versions only in debian12 flavour, but this shouldn't be a problem?

This is a problem when generating a dump in production, running latest LTS version of MariaDB, and trying to import it in Lando.

Importing /app/db.sql...
ERROR at line 1: Unknown command '\-'.
Import failed.

Sure we can fix this running sed -i '1{/999999.*sandbox/d}' db.sql locally before running /helpers/sql-import.sh, but preferably this should work out of the box.

@todeveni
Copy link
Contributor Author

todeveni commented Sep 6, 2024

Any possibility for a 1.4.0 release of mariadb-plugin to get #56 changes into production? @reynoldsalec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant