November 2016
Intermediate to advanced
944 pages
21h 1m
English
In the delivery life cycle, maintaining databases across versions and multiple environments can be a real headache. Flyway is an assertive protection against the entropy that schema changes can induce. Managing and automating migrations, Flyway stands as a tremendously valuable asset for software makers.
In this recipe, we review the Flyway configuration. We especially review its integration in to Maven. This will get every build to upgrade (if necessary) the corresponding database so that it matches the expectation level.
v9.x.x./app directory of your workspace, the cloudstreetmarket.properties ...Read now
Unlock full access