Redgate Flyway

Flyway Check Drift Resolution Folder Setting

Flyway Enterprise

Description

The folder in which drift resolution scripts are generated when drift is detected.

Relative paths are resolved against your configured working directory if set, and your current working directory otherwise. Absolute paths are used as-is. Any parent folders that do not yet exist will be created.

If the folder already exists, its contents will be deleted and regenerated each time drift resolution scripts are produced.

For more information on resolving drift, see Checking production environments for drift.

Type

String

Default

drift-resolution

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 -drift -driftResolutionFolder=drift-resolution"

TOML Configuration File

[flyway.check]
driftResolutionFolder = "drift-resolution"

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?