Next Snapshot
Published 31 October 2023
Check: Next Snapshot
This is available in Flyway CLI only
Description
A snapshot containing all migrations including those that are pending (generated via snapshot
)
See Check Concept for more information on how to configure the changes & drift reports
Default
None
Usage
Commandline
./flyway check -changes -url="jdbc://url" -check.nextSnapshot="my_snapshot"
TOML Configuration File
[flyway.check]
nextSnapshot = "my_snapshot"
Configuration File
flyway.check.nextSnapshot=my_snapshot