Options

is skipExecutingMigrations available on Community Edition

Is skipExecutingMigrations available on Community Edition?

I have read docs and watched Redgates YouTube videos on these feature but do not see comments regarding support for this feature on the various editions.

Empirically, I do not see skipExecutingMigrations working on10.9.1 Community Edition.

When I look in the code, I do not see the configuration being used.  Instead, I see a local variable being set.  See
org.flywaydb.core.internal.command.DbMigrate.migrateGroup(boolean)

On StackExchange, a comment indicates that it is a Teams feature, not a Community but I would like to get conformation from an authoritative source.
https://stackoverflow.com/questions/29012034/how-to-skip-a-specific-migration-with-flyway

The docs list cherryPick as being available on Teams not Community
https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters/flyway/cherry-pick

The docs for skip executions do not indicate that it is Teams or Enterprise only
https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters/flyway/skip-executing-migrations

The  glossary does not explicitly list skip executions
https://documentation.red-gate.com/fd/feature-glossary-165740620.html

Is skipExecutingMigrations available on Community Edition?
Tagged:

Answers

Sign In or Register to comment.