Replies: 14 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
FYI: file permissions are the same (documents before and after upgrade) |
Beta Was this translation helpful? Give feedback.
-
do you have any idea? @jonaswinkler |
Beta Was this translation helpful? Give feedback.
-
So far, none. I've got all of the critical migrations tested as well. I'll try some migrations from various versions later today, maybe I'll find something. |
Beta Was this translation helpful? Give feedback.
-
@gruessung I've tested an upgrade from a version as early as 0.9.5 to the current versions, and documents are still in place after the upgrade and accessible with the frontend. The metadata endpoint does not report a file size, which it only does if it either can't access the file or the file does not exists at the expected location. Please do the following while paperless is running.
If it appears correct, something might not be correct with your docker volumes. If it's wrong, we'll have to investigate further. |
Beta Was this translation helpful? Give feedback.
-
The path seems to be correct: docker-compose.yml: 0000177.pdf physical location: Which chmod requires paperless-ng or is there any command to fix the file permissions? |
Beta Was this translation helpful? Give feedback.
-
Please also do |
Beta Was this translation helpful? Give feedback.
-
Yes, there is any fault: |
Beta Was this translation helpful? Give feedback.
-
These are documents that were not part of your initial screenshot, so I highly suspect that your volumes are not getting mounted properly. I dont think this has anything to do with the actual update of paperless. |
Beta Was this translation helpful? Give feedback.
-
Same issue here on v1.4.0: new documents get uploaded fine including thumbnails and actual downloads. Existing documents are missing thumbnails and the files to download are not found (same error message). I upgraded to 1.4.2 which did not resolve the issue. However, it looks like the problem is some place else and not directly related to 1.4.2. |
Beta Was this translation helpful? Give feedback.
-
Check your docker volume configuration, you can do the same diagnostics as outlined above. There's also the sanity checker (see documentation) that reports missing and corrupted files. |
Beta Was this translation helpful? Give feedback.
-
I found my particular issue: the CIFS volume hosting all documents was not mounted anymore, so definitively not a paperless-ng issue. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing this (or similar) issue. I recently added a
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have updates paperless-ng to 1.4.2. I cannot open any old document since this update. paperless always throw a HTTP 404.
fyi: on my storage folder, there are all documents :)
fyi 2: new documents works great.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Webserver logs
Relevant information
Beta Was this translation helpful? Give feedback.
All reactions