Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Snapshot Filename Setting

Flyway Enterprise

This is available in Flyway CLI only

Description

Filename used to store the snapshot as a result of the Snapshot command being invoked

Default

none - this is a required parameter for the snapshot command

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

./flyway -snapshot.filename=flyway_snapshot.snp snapshot

TOML Configuration File

[flyway]
snapshot.filename = "flyway_snapshot.snp"

Configuration File

flyway.snapshot.filename=flyway_snapshot.snp

Environment Variable

FLYWAY_SNAPSHOT_FILENAME=flyway_snapshot.snp

Notes

The file extension .snp is not required, it is a convenience to help identify the file


Didn't find what you were looking for?