No database migration support — schema changes require full re-backup #17
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/vaultik#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The schema file explicitly states:
For a 1.0 release, this is a significant limitation. Any schema change post-1.0 would require users to delete their local DB and do a full re-backup, which could be very slow. Should implement at minimum a schema version check and basic migration support.
Ref: parent issue #1