Flyway Check Build Url Setting
Published 15 January 2025
This is available in Flyway CLI only
Description
URL for a build database.
Type
String
Default
none
Usage
Flyway Desktop
This can't be set in a config file via Flyway Desktop, although it will be honoured, and it can be configured as an advanced parameter in operations on the Migrations page.
Command-line
./flyway check -changes -url="jdbc://url1" -check.buildUrl="jdbc://url2"
TOML Configuration File
[flyway.check]
buildUrl = "jdbc://url2"
Configuration File
flyway.check.buildUrl="jdbc://url2"