I get the following message when deploying my Spring Boot Application to Pivotal Web Services with a MySQL cleardb spark database:
org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredException:
Flyway Enterprise Edition or MySQL upgrade required: MySQL 5.6 is no longer supported by
Flyway Community Edition, but still supported by Flyway Enterprise Edition.
I've tried deploying with Flyway v6.1.4. Are there any options other than ponying up $2950/yr for Flyway Enterprise? Can I run a more recent version of MySQL on Pivotal Web Services? Any good alternatives to Flyway?
Downgrading to Flyway v5.2.4 solved my issue.