From f9053986616e7395aa2faa5c383306f50f4ddf20 Mon Sep 17 00:00:00 2001 From: Jeremy Gillula Date: Wed, 21 Jun 2023 08:00:03 -0700 Subject: [PATCH] Update README.md Adding instructions for after upgrading paperless-ngx --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3095326..e744df2 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Still in the directory of your Paperless-ngx instance, run the following command docker-compose exec -u paperless webserver /usr/src/paperless-ngx-postprocessor/setup_venv.sh ``` +Note that if you are running paperless-ngx in a Docker container, you will need to redo this step after any time you upgrade. + ### 3. Create an auth token Next we'll need create an authentication token in your Paperless-ngx instance. To do this, go to the 'Add token' page in your paperless-ngx admin console, e.g. [http://localhost:8000/admin/authtoken/tokenproxy/add/](http://localhost:8000/admin/authtoken/tokenproxy/add/). Choose which user you want paperless-ngx-postprocessor to run as, and then click "SAVE". @@ -311,6 +313,10 @@ To restore backup to undo changes, do: If you want to see what the restore will do, you can open up the backup file in a text editor. Inside is just a yaml document with all of the document IDs and what their fields should be restored to. +### Upgrading + +If you are running paperless-ngx in a Docker container, you will need to redo [setup step two](#2-run-the-one-time-setup-script-inside-the-paperless-ngx-docker-container) after any time you upgrade paperless-ngx. + ## FAQ ### Will this work with paperless or paperless-ng?