Redgate Flyway

Flyway Snapshot History Limit Setting

Flyway Enterprise

Description

The maximum number of entries to store in the Flyway snapshot history table.

For more information on the concept of the snapshot history table, see Snapshots.

Default

1

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

./flyway snapshot -historyLimit=5

TOML Configuration File

[flyway.snapshot]
historyLimit = 5

Configuration File

flyway.snapshot.historyLimit=5

Environment Variable

Not available


Didn't find what you were looking for?