PostgreSQL v15 - "invalid ELF header" Error #1214
peterlang-p
started this conversation in
General
Replies: 1 comment 1 reply
-
I'd guess that some of the docker images are corrupted or have partially missing content because it run out of space. I'd recommend deleting the images and re-pulling them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm currently facing a perplexing issue with my Paperless setup running in a Proxmox container using Docker-compose. Everything was running smoothly until yesterday when I encountered a disk space shortage. To address this, I shut down the instance, resized the disk, and rebooted it. However, since then, I've been unable to start Paperless.
The root of the problem appears to be related to PostgreSQL. Below is an excerpt from the failure log:
So I was trying to dig a bit into and was able to confirm, that somehow the PostgreSQL v15 seems to be the issue in that case. (Paperless-ngx uses v15 by default, and I've been using it until now without a problem, that's why I'm trying to get that working again)
Spinning up a simple setup produces the same error:
Docker-Compose:
Log:
PostgreSQL version 15.3 on the other hand starts without a problem.
Unfortunately, I'm at a loss regarding how this issue occurred and how to rectify it. I'm reaching out to the community for any insights or suggestions you may have.
Your help would be greatly appreciated. Thank you in advance for your time and assistance!
Best regards,
Peter
Beta Was this translation helpful? Give feedback.
All reactions