Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Publish Result Setting

Description

Whether to publish the result of your Flyway run to Flyway Pipelines. See the Flyway Pipelines documentation here.

Note: Flyway Pipelines is currently in preview.

Type

Boolean

Default

false

Usage

Flyway Desktop

This can't be configured via Flyway Desktop, although it will be honoured.

Command-line

./flyway -publishResult=true

TOML

[flyway]
publishResult = true

Environment Variable

FLYWAY_PUBLISH_RESULT=true

Didn't find what you were looking for?