Documentation: change updating instructions (#5533)

This commit is contained in:
Sebastian Steinbeißer 2024-01-25 22:21:36 +01:00 committed by GitHub
parent 398faf36fc
commit f6c34494a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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