Unraid - Error: connect ETIMEDOUT
Closed this issue · 1 comments
Hi!
I am currently trying to get Immich to work on Unraid (i'm new to Unraid). I have installed Postgres and Redis but I get the following error in my logs:
Error: connect ETIMEDOUT
at Socket. (/app/immich/server/node_modules/ioredis/built/Redis.js:170:41)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:591:8)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7) {
errorno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect'
with lsof i tried listening to my postgres port (5432) and redis port (6379) and I get the following:
lsof -n -i :6379 | grep LISTEN
docker-pr 44193 root 4u IPv4 1704644 0t0 TCP *:6379 (LISTEN)
docker-pr 44200 root 4u IPv6 1706368 0t0 TCP *:6379 (LISTEN)
lsof -n -i :5432 | grep LISTEN
docker-pr 45656 root 4u IPv4 1709860 0t0 TCP *:postgresql (LISTEN)
docker-pr 45663 root 4u IPv6 1707853 0t0 TCP *:postgresql (LISTEN)
My first time playing around with containers, not really sure where to continue.
Got it working!
Found out that the host ip for redis was incorrect.