mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
[PR #2873] check if sqlite folder exists #3155
Reference in New Issue
Block a user
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?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/2873
State: closed
Merged: Yes
Instead of creating the parent folders to a sqlite database vaultwarden should just exit.
This should fix most issues like #2835 where a wrongly configured
DATABASE_URLfalls back to using sqlite.Fixes #2873