Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.21 KB

File metadata and controls

41 lines (30 loc) · 1.21 KB
layout menu pill subtitle redirect_from
documentation
configuration
edition
flyway.edition
/documentation/configuration/edition/

Edition

{% include teams.html %}

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:{{ site.flywayVersion }}" -> compile "org.flywaydb.enterprise:flyway-core:{{ site.flywayVersion }}").

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