Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 458 Bytes

File metadata and controls

8 lines (6 loc) · 458 Bytes

How can I upgrade from 1.x.x to 2.x.x?

The major release 2.0.0 is backwards incompatible with existing installations, since the migration scripts are manually altered (See commit) and the checksums in the metadata table of Flyway (our DB migration tool) need to be corrected. This can be done executing the following command:

mvn initialize flyway:repair