Redgate Clone Resolver URL Setting

Flyway Enterprise

Deprecated

Note: Redgate Clone has been removed from Flyway Desktop and is deprecated in Flyway Engine. This feature will be removed in a future version.

Description

The Redgate Clone server URL.

Type

String

Default

none

Usage

Command-line

./flyway info -environments.development.url='${clone.url}databaseName=my-database'

TOML Configuration File

[environments.development.resolvers.clone]
url = "https://clone.red-gate.com:1234/cloning-api"

Didn't find what you were looking for?