From: Sebastian Steinbeißer <33968289+gothicVI@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:21:36 +0000 (+0100) Subject: Documentation: change updating instructions (#5533) X-Git-Tag: v2.4.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c34494a7429b45b21c2ccb0c8afe1cb08cc55b;p=thirdparty%2Fpaperless-ngx.git Documentation: change updating instructions (#5533) --- diff --git a/docs/administration.md b/docs/administration.md index cf8a24294e..8274501278 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -67,15 +67,15 @@ you installed paperless-ngx in the first place. The releases are available at the [release page](https://github.com/paperless-ngx/paperless-ngx/releases). -First of all, ensure that paperless is stopped. +First of all, make sure no active processes (like consumption) are running, then [make a backup](#backup). + +After that, ensure that paperless is stopped: ```shell-session $ cd /path/to/paperless $ docker compose down ``` -After that, [make a backup](#backup). - 1. If you pull the image from the docker hub, all you need to do is: ```shell-session