Build User

Check: Build User

Flyway Enterprise

This is available in Flyway CLI only

Description

Username 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.user'

Usage

Commandline

./flyway check -changes -url="jdbc://url1" -check.buildUser="sa"

TOML Configuration File

[flyway.check]
buildUser = "sa"

Configuration File

flyway.check.buildUser="sa"

Didn't find what you were looking for?