check
produces reports to increase confidence in your migrationsBeta versions of Flyway are available using the download links below
There are currently no active betas in Community Edition
> docker pull redgate/flyway:9.0.0-beta5
Go to Docker Hub for detailed usage instructions.
Flyway Teams will only be available from our own Maven repository from V9.
You can access it with the following repository setup in your pom.xml
or settings.xml
and similar for Gradle:
<repositories>
...
<repository>
<id>redgate</id>
<url>https://download.red-gate.com/maven/release</url>
</repository>
...
<repositories>