Database errors crash vieter #280
Labels
No Label
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#268 Update to V 3.2
vieter-v/vieter
Reference: vieter-v/vieter#280
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
My server managed to crash because of an SQLite error. While this will be fixed once we update to a newer V version that supports catching these errors (meaning we'd return a 500 or something instead), this is still worrying.
Yeah this error happened because I incorrectly configured my Docker volume permissions, making the directory read-only. However, it does expose the issue that database errors can currently crash Vieter.
sqlite panicto Database errors crash vieterThis'll be fixed by #284.