Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Check Next Snapshot Setting

Flyway Enterprise

This is available in Flyway CLI only

Description

A snapshot containing all migrations including those that are pending (generated via snapshot)

Type

String

Default

none

Usage

Flyway Desktop

This can't be set in a config file via Flyway Desktop, although it will be honoured, and it can be configured as an advanced parameter in operations on the Migrations page.

Command-line

./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?