-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Community feedback wanted: Drop support for MySQL 5.7 #896
Comments
Okay by me. |
I understand the motivation. Unfortunately Debian based Linux distribution are relative conservative regarding new packages especially to databases, so MySQL 8 is included just in Ubuntu 22.04. Is there some kind of timeline for the migration? Personally i suggest to migrate to MySQL 8 before migrate to Java 17. |
@goekay What will be the impact? I think having a |
since we support mysql 8 already, there won't be any code changes. we will just be dropping the support of mysql 5.7. this means:
this issue has more of a "what if..." character and is a heads up, since we might break your installation if you still use mysql 5.7. i am trying to gauge community support or backlash. |
Just to get this right, MariaDB (10.2 and higher) support is completely unaffected by this change? |
i am not sure about "10.2 and higher" but i think "10.3 and higher" should be fine. we have 10.3 and 10.5 in our github action build matrix and they pass. |
Hey all,
MySQL 5.7 has been released in late 2015. MySQL 8 is around since 2018. We support MySQL 5.7 and upwards. Our DB migration tool Flyway dropped MySQL 5.7 in its free tier. Therefore, we cannot upgrade Flyway beginning with this.
I want to make MySQL 8 the baseline. Feedback and ideas are welcome. Are you okay with this?
The text was updated successfully, but these errors were encountered: