[GH-ISSUE #2634] "No data available in table" after update docker image on unraid #1332

Closed
opened 2026-03-03 02:08:15 +03:00 by kerem · 2 comments
Owner

Originally created by @roukmoute on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2634

After an update of vaultwarden docker image (2022.6.2) on my unraid machine, I can't connect anymore.

  • Clients used: web vault
  • SQLite

After connecting me on /admin, I see this on Users tab:

image

Where is stored my passwords with SQLite?

I've checked this:

/mnt/user/appdata/bitwarden# ls -la
total 424
drwxrwxrwx 1 nobody users     24 Jul 20 15:24 ./
drwxrwxrwx 1 nobody users   4096 Jul 20 15:15 ../
drwxr-xr-x 1 root   root       6 Jul 20 12:46 attachments/
-rw-r--r-- 1 root   root    1350 Jul 20 14:50 config.json
-rw-r--r-- 1 root   root  196608 Jul 20 15:21 db.sqlite3
-rw-r--r-- 1 root   root   32768 Jul 20 15:24 db.sqlite3-shm
-rw-r--r-- 1 root   root       0 Jul 20 15:24 db.sqlite3-wal
-rw-r--r-- 1 root   root  188416 Jul 20 14:51 db_20220720_125120.sqlite3
drwxr-xr-x 1 root   root       6 Jul 20 14:44 icon_cache/
-rw-r--r-- 1 root   root    1675 Oct 17  2021 rsa_key.pem
-rw-r--r-- 1 root   root     451 Oct 17  2021 rsa_key.pub.pem
drwxr-xr-x 1 root   root       6 Jul 20 12:46 sends/
drwxr-xr-x 1 root   root       6 Jul 20 12:46 tmp/

I'm really worried, because if a simple update broke all my passwords, I am struggling because I have no copy of theses passwords.

Originally created by @roukmoute on GitHub (Jul 20, 2022). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2634 After an update of vaultwarden docker image (2022.6.2) on my unraid machine, I can't connect anymore. * Clients used: web vault * SQLite After connecting me on `/admin`, I see this on `Users` tab: ![image](https://user-images.githubusercontent.com/2140469/179995711-3ff690e6-e899-4711-b798-b2be9de623bb.png) Where is stored my passwords with SQLite? I've checked this: ```sh /mnt/user/appdata/bitwarden# ls -la total 424 drwxrwxrwx 1 nobody users 24 Jul 20 15:24 ./ drwxrwxrwx 1 nobody users 4096 Jul 20 15:15 ../ drwxr-xr-x 1 root root 6 Jul 20 12:46 attachments/ -rw-r--r-- 1 root root 1350 Jul 20 14:50 config.json -rw-r--r-- 1 root root 196608 Jul 20 15:21 db.sqlite3 -rw-r--r-- 1 root root 32768 Jul 20 15:24 db.sqlite3-shm -rw-r--r-- 1 root root 0 Jul 20 15:24 db.sqlite3-wal -rw-r--r-- 1 root root 188416 Jul 20 14:51 db_20220720_125120.sqlite3 drwxr-xr-x 1 root root 6 Jul 20 14:44 icon_cache/ -rw-r--r-- 1 root root 1675 Oct 17 2021 rsa_key.pem -rw-r--r-- 1 root root 451 Oct 17 2021 rsa_key.pub.pem drwxr-xr-x 1 root root 6 Jul 20 12:46 sends/ drwxr-xr-x 1 root root 6 Jul 20 12:46 tmp/ ``` I'm really worried, because if a simple update broke all my passwords, I am struggling because I have no copy of theses passwords.
kerem closed this issue 2026-03-03 02:08:16 +03:00
Author
Owner

@BlackDex commented on GitHub (Jul 20, 2022):

First, if you have any client still having the data visible, try to export that data as a json to preserve what you have right now.

<!-- gh-comment-id:1190386305 --> @BlackDex commented on GitHub (Jul 20, 2022): First, if you have any client still having the data visible, try to export that data as a json to preserve what you have right now.
Author
Owner

@BlackDex commented on GitHub (Jul 20, 2022):

Second. An update/upgrade of the container doesn't delete any data. There could be some database migrations, but that is about it.

I do see two sqlite3 file of which one seems to be a backup, and the other seems to be the current version, since it also has the -shm and -wal temp files there.

Those should contain all the data, and just in case, i would copy those files to an other safe place just in case.

Besides that, i would double check your docker config. It could be that unraid (which i have never used my self) created a new volume, which in turn generates an empty environment and no passwords/accounts.

Please check the volume location and if that matches.

<!-- gh-comment-id:1190392075 --> @BlackDex commented on GitHub (Jul 20, 2022): Second. An update/upgrade of the container doesn't delete any data. There could be some database migrations, but that is about it. I do see two sqlite3 file of which one seems to be a backup, and the other seems to be the current version, since it also has the `-shm` and `-wal` temp files there. Those should contain all the data, and just in case, i would copy those files to an other safe place just in case. Besides that, i would double check your docker config. It could be that unraid (which i have never used my self) created a new volume, which in turn generates an empty environment and no passwords/accounts. Please check the volume location and if that matches.
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#1332
No description provided.