Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Redgate Clone Resolver Authentication Token Setting

Flyway Enterprise

Description

The token required for authenticating with the Redgate Clone Server.

It is recommended to store this as a secret and resolve it using an appropriate property resolver.

Type

String

Default

none

Usage

Flyway Desktop

This can be set from the connection dialog for databases types supported by Redgate Clone.

Command-line

./flyway info -environments.development.resolvers.clone.authenticationToken='${localSecret.RedgateCloneToken}'

TOML Configuration File

[environments.development.resolvers.clone]
authenticationToken = "${localSecret.RedgateCloneToken}"

Didn't find what you were looking for?