Replies: 1 comment 2 replies
-
|
I have the same issue on my Synology . After restarting Immich (I just added a network connection in the compose), I got: Node.js v22.18.0 Error: getaddrinfo ENOTFOUND database My docker-compose is for the immich-server part: I checked the log of the database but there's nothing unusual: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, this evening i had an issue where immich server crashed continuously and i couldn't understand why. turns out when the server started running it would immediately crash and drop the port 2283.
further investigation yielded the Error: getaddrinfo ENOTFOUND database
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'database'
}
i noticed that when i relaunched my stack it would not work, neither if i recreated the containers.
i then created a new stack and noticed that now
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
the image i was using was:
image:docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
my question is is the backups that i had from before i.e. yesterday 11/18 viable to restore or "upgrade" to the new version?
i don't want to recreate all the albums and faces, etc. is there any way to salvage the db?
Beta Was this translation helpful? Give feedback.
All reactions