dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
36.78k stars 1.79k forks source link

restore from backup #961

Closed gpopesc closed 4 years ago

gpopesc commented 4 years ago

Hello

I have been using bitwardenrs for almost one year and I am very happy with it. Now I want to be on the safe side and I did database backups. I have also all the file from docker data folder.

How I can restore the database? I tried to mount a different docker container with other data folder (copied from original one), but it doesn't recognise any user from old one. I need to start from the beginning, with creating a new user. Is there any way to restore the data from old container?

Thank you

Please submit all your third party help requests to the forum

Link: https://bitwardenrs.discourse.group/c/help

empenoso commented 4 years ago

Good question. I also want to know.

jjlin commented 4 years ago

There is a wiki page on this: https://github.com/dani-garcia/bitwarden_rs/wiki/Backing-up-your-vault

Please direct further usage/configuration questions to the forum.

gpopesc commented 4 years ago

Thank you very much, it is very clear for making backups. What I really want to know is how to restore a backup? This part is not touched anywhere.