Deployed Snapshot
Published 31 October 2023
Check: Deployed Snapshot
This is available in Flyway CLI only
Description
A snapshot containing all applied migrations and thus matching what should be in the target (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.deployedSnapshot="my_snapshot"
TOML Configuration File
[flyway.check]
deployedSnapshot = "my_snapshot"
Configuration File
flyway.check.deployedSnapshot=my_snapshot