Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the last version of flyway community edition that supported MySQL 5.7

Tags:

version

flyway

I have been using flyway community edition version 5.2.3 for a while now. We just recently tried to upgrade flyway to version 8.2. After upgrading to version 8.2 the execution against MySQL 5.7 is throwing an error stating

"ERROR: Flyway Teams Edition or MySQL upgrade required: MySQL 5.7 is no longer supported by Flyway Community Edition, but still supported by Flyway Teams Edition."

My question is what was the last version of the flyway community edition that supported MySQL 5.7?

like image 564
corey Avatar asked Nov 17 '25 03:11

corey


1 Answers

Flyway Community Edition 8.0.0-beta1 dropped support for databases older than 5 years, including MySQL 5.7.

The minimum supported version of MySQL was increased from 5.7 to 8.0 in this commit, which was introduced in Flyway 8.0.0-beta1.

Currently, the latest community edition version that supports MySQL 5.7 is Flyway 7.15.0.

like image 109
codemonkey Avatar answered Nov 18 '25 21:11

codemonkey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!