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

Drop support for MySQL 5.6 #1036

Closed
schabdo opened this issue Oct 22, 2020 · 1 comment
Closed

Drop support for MySQL 5.6 #1036

schabdo opened this issue Oct 22, 2020 · 1 comment
Labels

Comments

@schabdo
Copy link
Member

schabdo commented Oct 22, 2020

MySQL 5.6 will reach EOL in 2021. Flyway 5.2.4 is the latest version still supporting MySQL 5.6. We won't be able to upgrade to a more recent version of Flyway until we discontinue support for MySQL 5.6 and move on to MySQL 5.7+.

Furthermore new version of Flyway will have better support for MariaDB by means forcing the JDBC driver to report MariaDB as a MySQL is not required anymore (cf. useMysqlMetadata in MariaDB connector parameters) in order to get it running:

org.flywaydb.core.api.FlywayException: Unsupported Database: MariaDB 10.5
@schabdo schabdo added the task label Oct 22, 2020
@avgustinmm
Copy link
Contributor

Obsolete, hawkBit already uses mysql 8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants