Redgate Flyway

Flyway Diff Snapshot Schemas Setting

Description

The schemas used for a snapshot comparison source/target.

Type

String array

Default

If this is not set, then snapshot schemas will be assumed to match the other side of the comparison.

Usage

Flyway Desktop

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

Command-line

./flyway diff -source="env:production" -target="snapshot:production.snp" -snapshotSchemas="schema1"

TOML Configuration File

[flyway.diff]
snapshotSchemas = [ "schema1" ]

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?