Backup & Restore

Here is the procedure to backup and restore the Paperless-NGX application and all of its data.


Backup

On a terminal, enter the following command:

docker compose exec -T <paperless_webserver> document_exporter -z ../export

Where:

Restore

You'll need to unzip the previous export!

On a terminal, enter the following command:

docker compose exec -T <paperless_webserver> document_importer ../export/<unzipped_directory>/

Where:


Revision #3
Created 2024-08-17 18:32:49 UTC by Tiffanie BOREUX
Updated 2024-10-16 01:55:10 UTC by Tiffanie BOREUX