aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/07_LinuxUpdate.md
diff options
context:
space:
mode:
authorGravatar berumuron <dev@marienfressinaud.fr> 2022-08-29 21:11:54 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-29 21:11:54 +0200
commita38fe3a15e12e8317e22c95c2fca7bff7f771222 (patch)
tree94e7e4577fbb54ccad408866db8ed7db6f659c57 /docs/en/admins/07_LinuxUpdate.md
parent83437c0dd1c6f78a15b5f7468fc6ba0ce36698dc (diff)
doc: Add recommendations for manual updates (#4557)
Diffstat (limited to 'docs/en/admins/07_LinuxUpdate.md')
-rw-r--r--docs/en/admins/07_LinuxUpdate.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/admins/07_LinuxUpdate.md b/docs/en/admins/07_LinuxUpdate.md
index bc8a00aeb..834dfaaef 100644
--- a/docs/en/admins/07_LinuxUpdate.md
+++ b/docs/en/admins/07_LinuxUpdate.md
@@ -4,6 +4,8 @@ This tutorial demonstrates commands for updating FreshRSS. It assumes that your
**Note that FreshRSS contains a built-in update system.** It’s easier to use if you don’t understand the commands that follow. It’s available through the web interface of your FreshRSS installation, Administration → Update.
+Please read the general advices from “[Backing Up and Updating FreshRSS](04_Updating.md)” before applying any command from this guide.
+
## Pausing automatic feed updates
If [Automatic Feed Updating](08_FeedUpdates.md) has been configured, temporarily suspend the automatic feed updates during the upgrade process.
@@ -92,7 +94,7 @@ If your local user doesn’t have write access to the FreshRSS folder, use a sud
chown -R :www-data . && chmod -R g+r . && chmod -R g+w ./data/
```
-6. Clean up the FreshRSS directory by deleting the downloaded zip, the file forcing the setup wizard and the temporary directory
+6. Clean up the FreshRSS directory by deleting the downloaded zip and the temporary directory
```sh
rm -f freshrss.zip
rm -rf FreshRSS-*/