Flyway Snapshot History Limit Setting
Published 11 November 2025
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