Treat Filebrowser state as file-backed dump

This commit is contained in:
2026-05-16 13:16:01 +02:00
parent ead7e1e17d
commit 5ada1ad153
6 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ for dump in \
vaultwarden.sqlite.dump \
uptime-kuma.sqlite.dump \
speedtest-tracker.sqlite.dump \
filebrowser.sqlite.dump; do
filebrowser.bolt.dump; do
path="$DUMP_ROOT/$dump"
if [ ! -f "$path" ]; then
critical+=("DUMP_MISSING $dump")