[Support] Import stuck at "checking the manifest" during migration from SQLite to PostgreSQL on Unraid Docker #11275
Replies: 3 comments 18 replies
-
|
Those logs are from your new "clean" install? Yes they look normal. It's hard to say of course, my guess is that it's still running out of memory. While the command is running have you looked at something like But There isnt a way to get more verbose output, but I would certainly expect you to see something if it starts. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically closed due to inactivity. Please see our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's your question or issue?
Hello,
I have installed paperless-ngx as a Docker container on Unraid. I want to migrate from SQLite to PostgreSQL. I followed the recommended steps:
Exported all documents and metadata with
docker exec -it paperless-ngx python3 /usr/src/paperless/src/manage.py document_exporter --split-manifest /usr/src/paperless/data/sicherungThe generated manifest.json is quite large (~804 MB), with around 9,200 documents in total.
Running the document_sanity_checker reports no errors on the export.
When trying to import this export into a fresh paperless-ngx environment configured with PostgreSQL, I run:
docker exec -it paperless-ngx python3 /usr/src/paperless/src/manage.py document_importer -v 3 /usr/src/paperless/data/sicherungThe output shows only "checking the manifest" and nothing else. After several hours, the command ends and returns to the prompt, but no documents are imported.
On the Unraid dashboard, I can confirm there are no hardware resource restrictions (CPU, RAM, disk I/O).
My questions:
Thank you very much in advance for any help or pointers!
What have you tried?
No response
Paperless-ngx version
2.19.3
Host OS
Unraid 7.20
Installation method
Docker - official image
System status
No response
Relevant logs or output
Beta Was this translation helpful? Give feedback.
All reactions