mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-28 03:12:50 +03:00
SOLVED - ALL MY DATA AND USERS ARE GONE!!!! Windows Docker Desktop #644
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?
Originally created by @ElPistoler0 on GitHub (Mar 15, 2020).
Hi guys,
Issue solved by resetting Docker Desktop to defaults, and re-pulling and remaking my images. Hope this helps someone.
ORIGINAL PROBLEM:
My Docker images get updated automatically by Watchtower. After the latest update, I have no users, and therefore my data is either gone or inaccessible.
I am running the latest Docker for Windows under Windows Server 2019, and I have multiple good backups of the whole /data folder. Restoring a backup from yesterday seems to make no difference. Also, logs are not being generated.
So this is either a bad Docker image, or my data is inaccessible now? I have the correct drive shared and the right path assigned to /data... however, it appears that my info is inaccessible because bitwarden is not mounting the local dir, so how do I get it to mount it?
ls /data -alh
total 172K
drwxr-xr-x 3 root root 160 Mar 14 22:29 .
drwxr-xr-x 1 root root 4.0K Mar 14 22:18 ..
-rw-r--r-- 1 root root 4.5K Mar 14 22:12 bitwarden.log
-rw-r--r-- 1 root root 148K Mar 14 21:59 db.sqlite3
drwxr-xr-x 2 root root 40 Mar 14 21:59 icon_cache
-rw------- 1 root root 1.2K Mar 14 21:59 rsa_key.der
-rw------- 1 root root 1.7K Mar 14 21:59 rsa_key.pem
-rw-r--r-- 1 root root 270 Mar 14 21:59 rsa_key.pub.der
All these file exist only in the Bitwarden image. How can I force BW to mount the right folder?
Can someone please help?
Thanks!
F.
@ElPistoler0 commented on GitHub (Mar 15, 2020):
Issue solved by resetting Docker Desktop to defaults.