DustimusPrime
DustimusPrime
IImmich
Created by DustimusPrime on 1/16/2025 in #help-desk-support
Help connecting to redis and db
Setup: Unraid, using Immich from ghcr.io/imagegenius/immich PostgreSQL_Immich, and Redis official I am trying to get things set up, but am failing miserably with hostnames I guess, No matter what I've tried I'm getting
[Nest] 453 - 01/16/2025, 9:10:47 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
Error: getaddrinfo ENOTFOUND 10.0.0.188:5433
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
[Nest] 453 - 01/16/2025, 9:10:47 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
Error: getaddrinfo ENOTFOUND 10.0.0.188:5433
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
and
Error: getaddrinfo ENOTFOUND 10.0.0.188:6379
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: '10.0.0.188:6379'
}
Error: getaddrinfo ENOTFOUND 10.0.0.188:6379
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: '10.0.0.188:6379'
}
Settings: https://imgur.com/a/OyjNIzN
3 replies