Hey,
I want to setup a self hosted BitWarden solution. Recommended in official documentation, I looked at DigitalOcean’s Droplets.
As a password manager is a massively important service, I would like to know if any saves and / or recoveries are made on DigitalOcean’s side in case of anything happening to the data center. We’ve seen what happened to OVH servers in Strasbourg so it can happen to anyone really.
So, will I have to reset all my passwords saved on BitWarden if my Droplet’s data center has an issue? Where are stored backups when choosing this option?
Thanks! Louis
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @feldmarl
I’ll always recommend taking backups/snapshots of your droplet just to be on the safe side if anything goes wrong. You can also perform local backups using tools like
scp
orrsync
to copy the data to local or third-party storage as well.As for the backups, they’re taken once per week, and each backup is retained for four weeks. We store backups in the same data center as the corresponding Droplet. A similar question was aksed here:
https://www.digitalocean.com/community/questions/droplets-backups-storage-location
More information on infrastructure security can be found here:
https://www.digitalocean.com/security/infrastructure-security
https://www.digitalocean.com/legal/
Most specifically I would note the Data Security and Compliance pages.
Regards