Use SQL database instead of bolt #71
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sql"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR changes the database backend to a SQL based one. The backend that is recommended is postgres, but sqlite is probably also fine.
Upgrading requires manual intervention! Run the
rushlink-migrate-db
tool to migrate the database.