Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Check Build Password Setting

Flyway Enterprise

This is available in Flyway CLI only

Description

Password for the build database.

Type

String

Default

Whatever is set as your 'flyway.password' (see password )

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.buildPassword="mypassword"

TOML Configuration File

[flyway.check]
buildPassword = "mypassword"

Configuration File

flyway.check.buildPassword="mypassword"

Didn't find what you were looking for?