From c3d0bd5b555d732db047a8ae5ce61e32a073089c Mon Sep 17 00:00:00 2001 From: Inverle Date: Mon, 6 Jul 2026 11:16:56 +0200 Subject: [PATCH] Clarify in docs `favicons/` should not be skipped during backup (#8992) Alternative for https://github.com/FreshRSS/FreshRSS/pull/8972, at least until the migration system is improved to support rollbacks. --- docs/en/admins/05_Backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/admins/05_Backup.md b/docs/en/admins/05_Backup.md index c9adb3855..98d0f8d78 100644 --- a/docs/en/admins/05_Backup.md +++ b/docs/en/admins/05_Backup.md @@ -2,7 +2,7 @@ ## What to back up -- `./data/` - **required**. You can skip `cache/` and `favicons/`; FreshRSS rebuilds them. +- `./data/` - **required**. You can skip `cache/`; FreshRSS rebuilds it. - `./extensions/` - **recommended** if you use third-party extensions. - `./i/themes/` - **optional**, only if you have added custom themes. - **External database** (MySQL, MariaDB, PostgreSQL) - back up separately with [`./cli/db-backup.php`](#creating-a-database-backup) (portable SQLite per user) or `mysqldump`/`pg_dump`. SQLite is covered by `./data/` above.