Next Snapshot

Check: Next Snapshot

Flyway Enterprise

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

Didn't find what you were looking for?