Update administration.md

A backup via, e.g., `docker compose exec -T webserver document_exporter ../export` requires the webserver to still be running. We must not shutdown before that.
This commit is contained in:
Sebastian Steinbeißer 2024-01-24 18:44:54 +01:00 committed by shamoon
parent 398faf36fc
commit 3b24d0e079

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