You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
The current database migration is quite crude - drop and rebuild tables if the schema version doesn't match. Data is then getting rebuild. As postgresql requires a lock when dropping tables, all existing connections need to be dropped (which is why the service is stopped before every re-deployment).
The current database migration is quite crude - drop and rebuild tables if the schema version doesn't match. Data is then getting rebuild. As postgresql requires a lock when dropping tables, all existing connections need to be dropped (which is why the service is stopped before every re-deployment).
Alembic can be used to manage database migrations:
http://alembic.zzzcomputing.com/en/latest/
(also see comments in JIRA)
The text was updated successfully, but these errors were encountered: