Deployed Snapshot

Check: Deployed Snapshot

Flyway Enterprise

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

Didn't find what you were looking for?