Redgate Clone Resolver Data Container Setting
Published 15 January 2025
Description
The data container to use for the database clone.
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.dataContainer='MyContainer'
TOML Configuration File
[environments.development.resolvers.clone]
dataContainer = "MyContainer"