Back to Flyway

Flyway Snapshot History Limit Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Snapshot Namespace/Flyway Snapshot History Limit Setting.md

latest755 B
Original Source

{% include enterprise.html %}

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

5

Usage

Flyway Desktop

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

Command-line

powershell
./flyway snapshot -historyLimit=10

TOML Configuration File

toml
[flyway.snapshot]
historyLimit = 10

Configuration File

properties
flyway.snapshot.historyLimit=10

Environment Variable

Not available