Redgate Flyway

Enterprise database migration and deployment tool

About this software

Flyway Enterprise is the commercial edition of the Flyway database migration tool from Redgate. It applies versioned SQL or Java migrations to manage schema and data changes across environments, supports major relational databases via JDBC, and integrates with CI/CD pipelines and build tools. Enterprise adds commercial licensing, enterprise-grade features, and vendor support for teams managing database change governance at scale.

Licenses & prices

Enterprise

Enterprise provides additional features for large organizations, such as advanced security, scalability, and administrative controls.

Standard

Standard provides core Flyway functionality: CLI, build-tool integration, and SQL-based versioned database migrations.

Flyway teams

Flyway teams supports collaborative development with CI/CD integration, repeatable migrations, and team-oriented workflows.

Purchase

Redgate Flyway

Redgate Flyway
In Stock
Delivery: 1 working day
Loading...
€627.00
Free and without obligation

Do you need more information or looking for another license?

Benefits

  • Versioned migrations: Applies ordered SQL or Java migrations to track schema changes.
  • Multi-database support: Works with major relational databases through JDBC drivers.
  • CI/CD integration: Integrates with build tools, CI servers, and deployment pipelines.
  • Migration lifecycle commands: Includes validate, repair, baseline, info, and migrate commands.
  • Commercial licensing available: Provides licensed enterprise features and vendor support options for teams.

Available languages

  • English

Support information

  • Documentation: Comprehensive documentation and guides are available on the Flyway website.
  • Commercial support: Redgate offers commercial support and licensing options for Enterprise customers.
  • Community forum: Community discussion and Q&A are available via Flyway online forums and issue trackers.
  • Release notes: Downloadable releases and change logs are posted on the official site and documentation.
  • Enterprise onboarding: Redgate provides onboarding resources and enterprise guidance for paid customers.

Frequently asked questions

What is Redgate Flyway and what does it do?
Redgate Flyway is a database migration tool that applies versioned SQL migrations to manage schema changes, tracking applied migrations in a schema history table to ensure consistent deployments across environments.
How are database changes delivered with Flyway?
Developers create ordered migration scripts (typically SQL) alongside application source code; Flyway applies scripts sequentially to target databases and records their status in a schema history table.
How does Flyway integrate with CI/CD pipelines?
Flyway runs from command-line tools or build automation steps so migrations can execute during build or deployment stages, enabling automated schema updates alongside application releases.
What happens if migrations are out of order or fail during deployment?
Flyway detects mismatches between available scripts and applied versions and reports errors; administrators reconcile the schema history and correct or reapply migrations before continuing deployments.