Database errors crash vieter #280
Labels
No labels
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 participant
Due date
No due date set.
Depends on
#268 Update to V 3.2
vieter-v/vieter
Reference: vieter-v/vieter#280
Loading…
Add table
Add a link
Reference in a new issue
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?
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.