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

fix: MySQL migration and driver support #1396

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

adamantike
Copy link
Collaborator

Trying to run MySQL as database (instead of MariaDB) was failing due to incompatible migrations and lack of support for the MySQL driver.

These small changes fix the issue and recover the support for MySQL as database driver.

Support for MySQL is on a best-effort basis, as the project's main database is MariaDB.

Copy link

github-actions bot commented Dec 27, 2024

Test Results

92 tests   92 ✅  26s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit a0bd575.

♻️ This comment has been updated with latest results.

Trying to run MySQL as database (instead of MariaDB) was failing due to
incompatible migrations and lack of support for the MySQL driver.

These small changes fix the issue and recover the support for MySQL as
database driver.

Support for MySQL is on a best-effort basis, as the project's main
database is MariaDB.
@zurdi15
Copy link
Member

zurdi15 commented Dec 27, 2024

Nice! It was this easy?

@adamantike
Copy link
Collaborator Author

We need to keep an eye on possible issue reports, but it seems the main difference with MariaDB is JSON column handling!

@adamantike adamantike merged commit d457ce0 into master Dec 27, 2024
8 checks passed
@adamantike adamantike deleted the fix/mysql-support branch December 27, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants