Closed benedeki closed 4 weeks ago
Solution steps:
Solution for upgrade from v0.1.0/v0.2.0 to v0.3.0
sbt -Dflyway.password=<postgres user password> -Dflyway.url=<target db url> flywayBaseline=
// TODOsbt -Dflyway.password=<postgres user password> -Dflyway.url=<target db url> flywayMigrate
Release notes: Reordered and fixed database structure scripts to allow Flyway usage for incremental migration of existing database (version 0.1.x). Known issues: there might be needed some manual steps if upgrading from database of version 0.2.0.
Background
Steps to ensure Atum 0.3.0 release and deploy For now, we stick to Flyway migration tool (despite its drawbacks). It's infinitely better then doing DB changes manually.
Feature
Ensure that Flyway can be used in CD and then we stick to it.
Proposed Solution [Optional]
Solution Ideas: