Redgate Clone Resolver URL Setting
Published 15 January 2025
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"