Indent backup volumes section, add basic restore info

This commit is contained in:
shamoon 2023-11-14 23:40:45 -08:00
parent 3bc30fc837
commit 2bce297d76
2 changed files with 43 additions and 37 deletions

View File

@ -7,7 +7,7 @@
"trailingComma": "es5", "trailingComma": "es5",
"overrides": [ "overrides": [
{ {
"files": "index.md", "files": ["index.md", "administration.md"],
"options": { "options": {
"tabWidth": 4 "tabWidth": 4
} }

View File

@ -50,6 +50,12 @@ Options available to bare-metal and non-docker installations:
### Restoring {#migrating-restoring} ### Restoring {#migrating-restoring}
If you've backed-up Paperless-ngx using the [document exporter](#exporter),
restoring can simply be done with the [document importer](#importer).
Of course, other backup strategies require restoring any volumes, folders and database
copies you created in the steps above.
## Updating Paperless {#updating} ## Updating Paperless {#updating}
### Docker Route {#docker-updating} ### Docker Route {#docker-updating}