[GH-ISSUE #798] Possible to use without a volume (connect to gcp or aws storage bucket instead or nosql document store) #555

Closed
opened 2026-03-03 01:30:30 +03:00 by kerem · 3 comments
Owner

Originally created by @dslovin on GitHub (Jan 3, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/798

Subject of the issue

Want to use without a local storage volume. Either use a Document DB or cloud storage bucket

  • Install method: docker
  • Clients used: all
  • Reverse proxy and version: all
  • Version of mysql/postgresql: all
  • Other relevant information:

Steps to reproduce

Expected behaviour

Actual behaviour

Relevant logs

Originally created by @dslovin on GitHub (Jan 3, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/798 ### Subject of the issue Want to use without a local storage volume. Either use a Document DB or cloud storage bucket * Install method: docker * Clients used: all <!-- if applicable --> * Reverse proxy and version: all<!-- if applicable --> * Version of mysql/postgresql: all <!-- if applicable --> * Other relevant information: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start bitwarden_rs? --> ### Expected behaviour <!-- Tell us what should happen --> ### Actual behaviour <!-- Tell us what happens instead --> ### Relevant logs <!-- Share some logfiles, screenshots or output of relevant programs with us. -->
kerem closed this issue 2026-03-03 01:30:31 +03:00
Author
Owner

@mprasil commented on GitHub (Jan 3, 2020):

That is not supported. We use diesel as DB backend and that one does not support Document DB. You can use either hosted MySQL or PostgreSQL although I understand these wouldn't be as cheap to run.

There's pretty cool serverless implementation of bitwarden API although from my understanding much more limited, but maybe that would be good enough for you?

<!-- gh-comment-id:570698960 --> @mprasil commented on GitHub (Jan 3, 2020): That is not supported. We use [diesel](https://diesel.rs/) as DB backend and that one does not support Document DB. You can use either hosted MySQL or PostgreSQL although I understand these wouldn't be as cheap to run. There's pretty cool [serverless implementation of bitwarden API](https://github.com/vvondra/bitwarden-serverless) although from my understanding much more limited, but maybe that would be good enough for you?
Author
Owner

@dslovin commented on GitHub (Jan 4, 2020):

Thanks, I’ll check it out. I really liked your implementation. Hopefully you consider serverless in the future :)

<!-- gh-comment-id:570749491 --> @dslovin commented on GitHub (Jan 4, 2020): Thanks, I’ll check it out. I really liked your implementation. Hopefully you consider serverless in the future :)
Author
Owner

@mprasil commented on GitHub (Jan 14, 2020):

I think we can close this as the question was answered and AFAIK it's not going to happen anytime soon. (It would require support in Diesel or major code change to support any of the other DBs)

<!-- gh-comment-id:574271264 --> @mprasil commented on GitHub (Jan 14, 2020): I think we can close this as the question was answered and AFAIK it's not going to happen anytime soon. (It would require support in Diesel or major code change to support any of the other DBs)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#555
No description provided.