Redgate Clone Resolver Data Container 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 data container to use for the database clone.

Type

String

Default

none

Usage

Command-line

./flyway info -environments.development.resolvers.clone.dataContainer='MyContainer'

TOML Configuration File

[environments.development.resolvers.clone]
dataContainer = "MyContainer"

Didn't find what you were looking for?