Replies: 4 comments 4 replies
-
|
I would agree with the question. I would like to move from the LXC with the helper script installed Paperless to a Docker variant, but I have not yet found a way to export the data or database and import it back into the new system. The exporter available in Paperless does not work in the LXC container installed with the helper script. I cannot import a database exported with the Adminer into the Docker container. |
Beta Was this translation helpful? Give feedback.
-
|
Had the same problem some time ago. Here are my notes I made: Export
in my example:
Import
in my example:
enter import command: |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, I have the same issue (Exporting from LXC and moving Docker VM). I am on v 2.20.1. I followed your instruction but the command python3 manage.py document_exporter /home/abcd resulted in Traceback (most recent call last): I am not sure where to go from here. Any advice? Thank you |
Beta Was this translation helpful? Give feedback.
-
|
Worked great. When importing the data, inside the docker container, I didn't need to use the "uv run" part. Just "python3 manage.py document_importer /exported_folder" sufficed. I just needed to map the exported_folder to the container in the compose file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I installed Paperless-ngx LXC with the helper script https://community-scripts.github.io/ProxmoxVE/scripts?id=paperless-ngx. How can I get my documents for an export? How can I start the document exporter?
Beta Was this translation helpful? Give feedback.
All reactions