doc: Backup: Also note that watcharr.db-wal should be backed up along with the .db file since v3.

This commit is contained in:
IRHM
2026-06-28 05:10:28 +01:00
committed by momi
parent 363c648964
commit 92816b02a0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -55,6 +55,10 @@ If you backup your database by copying the .db file (while your server is stoppe
- Drop `deleted_at` columns for watched episode/season tables.
- Removed `AddActivity` (POST /activity) endpoint.
## Documentation
- Backup: Also note that `watcharr.db-wal` should be backed up along with the .db file since v3.
# [3.0.1] - 2026-03-09
Hi All, delivered straight to your inbox today; you have bug fixes, some even improving general quality of life!!
+1 -1
View File
@@ -35,7 +35,7 @@ Backing up this way is discouraged because new important files could be added la
If you don't care about the warning not to backup this way, here are the "important" files that you can single out for backup:
- `watcharr.db` Your database, holds all users, their watchlists, etc.
- `watcharr.db` & `watcharr.db-wal` Your database, holds all users, their watchlists, etc.
- `watcharr.json` Server config.
- `img/up` Profile picture uploads.
- `img/games` Game posters (not exactly important, but scenarios in which this folder is not backed up have not been tested, only relevant for servers with game support enabled).