Redgate Clone Resolver URL Setting
Published 15 January 2025
Description
The Redgate Clone server URL.
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.url='${clone.url}databaseName=my-database'
TOML Configuration File
[environments.development.resolvers.clone]
url = "https://clone.red-gate.com:1234/cloning-api"