Use SQL database instead of bolt #71
No reviewers
Labels
No Label
bug
feature
good-beginner-bug
needs-test
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: electricdusk/rushlink#71
Loading…
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.