- Notifications
You must be signed in to change notification settings - Fork1.2k
PostgreSQL v15 - "invalid ELF header" Error#1214
-
Hello everyone, 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, |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
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. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I also considered that approach, but unfortunately, it didn't help. Upon further investigation, I discovered that at the moment my only solution is to run |
BetaWas this translation helpful?Give feedback.