Build Password

Check: Build Password

Flyway Enterprise

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"

Didn't find what you were looking for?