Build Password
Published 31 October 2023
Check: Build Password
This is available in Flyway CLI only
Description
Password for the build database. See Check Concept for more information on how to configure the changes & drift reports
Default
Whatever is set as your 'flyway.password' (see password )
Usage
Commandline
./flyway check -changes -url="jdbc://url1" -check.buildPassword="mypassword"
TOML Configuration File
[flyway.check]
buildPassword = "mypassword"
Configuration File
flyway.check.buildPassword="mypassword"