Redgate Summit – The Database DevOps Transformation Watch now
PASS Data Community Summit logo

PASS Data Community Summit

A hybrid conference in Seattle and online

15-18 November

Flyway Documentation

This documentation is deprecated. The new documentation can now be found on documentation.red-gate.com

Poll

Working Directory

Description

The working directory to consider when dealing with relative paths for both config files and locations.

Default

default for client

Usage

Commandline

./flyway -workingDirectory="sql" info

Configuration File

Not available

Environment Variable

Not available

API

Not available

Gradle

Not available

Maven

<configuration>
    <workingDirectory>sql</workingDirectory>
</configuration>