Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of SQLite and use DynamoDB #2

Open
darioackermann opened this issue Sep 22, 2023 · 0 comments
Open

Get rid of SQLite and use DynamoDB #2

darioackermann opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@darioackermann
Copy link
Owner

darioackermann commented Sep 22, 2023

SQLite is not designed for NFS and random errors such as "database image is malformed", "database is busy" etc. need to be expected. These errors resolve after some "cooldown" time, however prevents the user (usually) from logging in into vaultwarden.

As the issue comes with locking issues on NFS, the only way to get rid of this problem is to rewrite Vaultwarden to use DynamoDB. Following crates could be an acceptable remedy without using too much time:

Please see also #1 (comment)

@darioackermann darioackermann added the enhancement New feature or request label Sep 22, 2023
@darioackermann darioackermann added the bug Something isn't working label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant