Issues
Run liquibase separately (not just as a servlet listener)
Description
Details
Details
Assignee
Unassigned
UnassignedReporter
Sean Flanigan
Sean FlaniganLabels
Tested Version/s
None
Components
Priority

More fields
More fields
Created 5 July 2017 at 00:47
Updated 6 July 2018 at 11:57
Activity
Show:
By running Liquibase during startup, when we have a long data migration, it causes a deployment timeout (unless we increase the timeout to ridiculous levels).
We should be able to use a mid-lifecycle hook for this in OpenShift. Perhaps Amazon ECS has something similar.
We also need to look at designing our data access to cope with different schemas (pre- and post-migration).