mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Enhancement: support import of zipped export (#10073)
This commit is contained in:
parent
4313635b01
commit
246f17c6c8
3 changed files with 53 additions and 8 deletions
|
|
@ -333,7 +333,7 @@ must be provided to import. If this value is lost, the export cannot be imported
|
|||
The document importer takes the export produced by the [Document
|
||||
exporter](#exporter) and imports it into paperless.
|
||||
|
||||
The importer works just like the exporter. You point it at a directory,
|
||||
The importer works just like the exporter. You point it at a directory or the generated .zip file,
|
||||
and the script does the rest of the work:
|
||||
|
||||
```shell
|
||||
|
|
@ -351,9 +351,6 @@ When you use the provided docker compose script, put the export inside
|
|||
the `export` folder in your paperless source directory. Specify
|
||||
`../export` as the `source`.
|
||||
|
||||
Note that .zip files (as can be generated from the exporter) are not supported. You must unzip them into
|
||||
the target directory first.
|
||||
|
||||
!!! note
|
||||
|
||||
Importing from a previous version of Paperless may work, but for best
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue