From ddeffc8e74bd8f6dde092d4af11f40bd27d040f6 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:31:15 -0700 Subject: [PATCH] More doc cleanup --- docs/administration.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 6bdb43b64..1286b6933 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -331,11 +331,11 @@ and the script does the rest of the work: document_importer source ``` -| Option | Required | Default | Description | -| ------------ | -------- | ------- | ------------------------------------------------------------------------- | -| source | Yes | N/A | The directory containing an export | -| --data-only | No | False | If provided, only import data, do not import document files or thumbnails | -| --passphrase | No | N/A | If your export was encrypted with a passphrase, must be provided | +| Option | Required | Default | Description | +| -------------- | -------- | ------- | ------------------------------------------------------------------------- | +| source | Yes | N/A | The directory containing an export | +| `--data-only` | No | False | If provided, only import data, do not import document files or thumbnails | +| `--passphrase` | No | N/A | If your export was encrypted with a passphrase, must be provided | When you use the provided docker compose script, put the export inside the `export` folder in your paperless source directory. Specify @@ -352,6 +352,7 @@ the target directory first. !!! warning The importer should be run against a completely empty installation (database and directories) of Paperless-ngx. + If using a data only import, only the database must be empty. ### Document retagger {#retagger}