Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Prepare Abort On Warning Severity Setting

Description

Will cause an error to be returned if any warnings of configured severity are raised when generating the deployment script.

Type

String

Valid values

  • None
  • High
  • Medium
  • Low

Default

None

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

./flyway prepare -abortOnWarningSeverity=true

TOML Configuration File

[flyway.prepare]
abortOnWarningSeverity = "High"

Didn't find what you were looking for?