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

Support MySQL 8 #921

Closed
matiasgarciaisaia opened this issue Jan 2, 2024 · 1 comment · Fixed by #924
Closed

Support MySQL 8 #921

matiasgarciaisaia opened this issue Jan 2, 2024 · 1 comment · Fixed by #924

Comments

@matiasgarciaisaia
Copy link
Member

AWS RDS is dropping support for MySQL 5.7 on February 29th.

We should upgrade ResourceMap to ensure it works with MySQL 8+, in order to be able to migrate the production DB.

See #906

@matiasgarciaisaia
Copy link
Member Author

The test suite fails equally with MySQL 5.7 and MySQL 8.0. There are two specs that fail with both DB versions.

matiasgarciaisaia added a commit that referenced this issue Feb 9, 2024
matiasgarciaisaia added a commit that referenced this issue Feb 14, 2024
matiasgarciaisaia added a commit that referenced this issue Feb 15, 2024
matiasgarciaisaia added a commit that referenced this issue Feb 27, 2024
Fixes #921 

* Use MySQL8 for development

See #921

* Use OracleLinux-based MySQL Docker image

I'd rather use Debian, but Oracle doesn't provide ARM builds of MySQL
for Debian.
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 a pull request may close this issue.

1 participant