Hello everyone,
so i recently applied an update to paperless ngx and redis.
Afterwards all files are gone.
I can see the data structure for my documents including tags etc. but behind that there is no file.
How can that happen?
Is it a problem that the array stopped and some point and i restarted it when i recognized it?
Inside the Paperless log i saw following "gap":
[2024-06-06 05:05:01,477] [DEBUG] [paperless.tasks] Training data unchanged.
[2024-06-09 18:51:39,964] [INFO] [paperless.management.consumer] Using inotify to watch directory for changes: /usr/src/paperless/consume
[2024-06-09 18:51:40,388] [INFO] [paperless.management.consumer] Received SIGINT, stopping inotify
[2024-06-09 18:51:40,398] [DEBUG] [paperless.management.consumer] Consumer exiting.
[2024-06-09 18:52:11,592] [INFO] [paperless.management.consumer] Using inotify to watch directory for changes: /usr/src/paperless/consume
[2024-06-09 18:52:13,328] [INFO] [paperless.sanity_checker] Detected following issue(s) with document #178, titled Sozialversicherung Meldebescheinigung 2021
[2024-06-09 18:52:13,331] [ERROR] [paperless.sanity_checker] Thumbnail of document does not exist.
[2024-06-09 18:52:13,334] [ERROR] [paperless.sanity_checker] Original of document does not exist.
[2024-06-09 18:52:13,338] [ERROR] [paperless.sanity_checker] Archived version of document does not exist.
Luckily i had a script running that executes the document_exporter.
So i have this backup.
When trying to use the document_importer I run into following problems.
root@KHORNE:/usr/src/paperless/export# ls manifest.json
manifest.json
root@KHORNE:/usr/src/paperless/export# sudo docker exec paperless-ngx document_importer .
Found file 2024-06-09-none-xxx_activationCode-xxxxxxxxx.pdf, this might indicate a non-empty installation
Found file 2024-06-09-none-xxxxxx_activationCode-xxxxxxxxxxxxx.pdf, this might indicate a non-empty installation
Found existing user(s), this might indicate a non-empty installation
Found existing documents(s), this might indicate a non-empty installation
CommandError: That directory doesn't appear to contain a manifest.json file.
Thank you for any kind of help.
Kind Regards,
Romox