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

Edition

Flyway Teams

Description

Forces Flyway to use either Teams or Community edition. Should be either -teams or -community for Teams or Community editions respectively.

This config parameter only applies to the Command-Line version of Flyway. To change the edition of the Gradle or Maven plugins, simply change the dependency to the teams edition (e.g. compile "org.flywaydb:flyway-core:9.8.1" -> compile "org.flywaydb.enterprise:flyway-core:9.8.1").

If omitted, Flyway Command-Line will ascertain the correct version to run based on the presence of a license key and the entitlement to a Teams trial if available.

Usage

Commandline

./flyway -teams info

Configuration File

Not available

Environment Variable

FLYWAY_EDITION=teams

API

See upgrading api to Teams

Gradle

See upgrading gradle to Teams

Maven

See upgrading maven to Teams