Want to deploy your JVM, Node.js and Go apps effortlessly to AWS? Try our service Boxfuse

Documentation

Welcome to Flyway, database migrations made easy.

Tip: If you haven't checked out the Get Started section yet, do it now. You'll be up and running in no time!

Flyway Boxfuse

Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.

It is based around just 6 basic commands: Migrate, Clean, Info, Validate, Baseline and Repair.

Migrations can be written in SQL (database-specific syntax (such as PL/SQL, T-SQL, ...) is supported) or Java (for advanced data transformations or dealing with LOBs).

It has a Command-line client. If you are on the JVM, we recommend using the Java API (also works on Android) for migrating the database on application startup. Alternatively, you can also use the Maven plugin, Gradle plugin, SBT plugin or the Ant tasks.

And if that not enough, there are plugins available for Spring Boot, Dropwizard, Grails, Play, Griffon, Grunt, Ninja and more!

Supported databases are Oracle, SQL Server, SQL Azure, DB2, DB2 z/OS, MySQL (including Amazon RDS), MariaDB, Google Cloud SQL, PostgreSQL (including Amazon RDS and Heroku), Redshift, Vertica, H2, Hsql, Derby, SQLite, SAP HANA, solidDB, Sybase ASE, Phoenix, EnterpriseDB and Greenplum

Migrate