From 8697b7e3cf8fed32601d0d1eb922a888d5f28600 Mon Sep 17 00:00:00 2001 From: quantenProjects Date: Sat, 11 Nov 2023 21:42:06 +0100 Subject: [PATCH] Structure backup documentation more clearly --- docs/administration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 29f4fb60a..357d77ede 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -7,6 +7,8 @@ depending on how you installed paperless. Before making backups, make sure that paperless is not running. +### Any Installation {#backup-any} + Options available to any installation of paperless: - Use the [document exporter](#exporter). The document exporter exports all your documents, @@ -23,6 +25,8 @@ Options available to any installation of paperless: a different version of paperless. The export contains an exact image of the database, and migrations may change the database layout. +### Docker Installation {#backup-docker} + Options available to docker installations: - Backup the docker volumes. These usually reside within @@ -39,6 +43,8 @@ Options available to docker installations: - `paperless_dbdata`: Exists only if you use MariaDB and contains the database. +### Bare-Metal Installation {#backup-baremetal} + Options available to bare-metal and non-docker installations: - Backup the entire paperless folder. This ensures that if your @@ -48,8 +54,6 @@ Options available to bare-metal and non-docker installations: When using PostgreSQL or MariaDB, you'll also have to backup the database. -### Restoring {#migrating-restoring} - ## Updating Paperless {#updating} ### Docker Route {#docker-updating}