Redgate Clone Resolver Data Container Lifetime Setting
Published 15 January 2025
Description
The lifetime of the data container.
Type
String
Format
This takes the form of a number optionally followed by a time unit, s
, m
, h
, or d
.
If no time unit is specified, seconds are assumed.
0
can be used to set the lifetime to be unlimited.
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.dataContainerLifetime='1h'
TOML Configuration File
[environments.development.resolvers.clone]
dataContainerLifetime = "1h"