7.1.0
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
N/A
Java API
N/A
N/A
Called migrate() with some migrations to run.
The migrations were applied to the database.
A failure due to isSkipExecutingMigrations() being called:
Caused by: org.flywaydb.core.internal.license.FlywayTeamsUpgradeRequiredException: Flyway Teams Edition upgrade required: skipExecutingMigrations is not supported by Flyway Community Edition.
at org.flywaydb.core.api.configuration.ClassicConfiguration.isSkipExecutingMigrations(ClassicConfiguration.java:704)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:184)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:164)
at org.flywaydb.core.Flyway.execute(Flyway.java:534)
at org.flywaydb.core.Flyway.migrate(Flyway.java:164)
at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1847)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784)
... 127 more
I believe this is due to the changes made in https://github.com/flyway/flyway/commit/0e6fd6282ef345297802a15bb40502fb323c7a66. We discovered the problem when attempting to upgrade Spring Boot to Flyway 7.1.0.
Sorry about this! We will ship a fix ASAP. Thanks for bringing it to our attention.
This should be fixed in 7.1.1 https://flywaydb.org/documentation/learnmore/releaseNotes#7.1.1
Thanks very much.
Most helpful comment
This should be fixed in 7.1.1 https://flywaydb.org/documentation/learnmore/releaseNotes#7.1.1