500 connect ECONNREFUSED - On new docker-compose deployment
I followed these instructions to deploy: https://documentation.immich.app/docs/install/docker-compose. It's a Ubuntu 22.04 machine.


10 Replies
what are the current immich-server logs?
Request #1686232146958: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1686232146958: Sleeping for 4s and then retrying request...
Error: connect ETIMEDOUT
at Socket.<anonymous> (/usr/src/app/node_modules/ioredis/built/Redis.js:170:41)
at Object.onceWrapper (node:events:627:28)
at Socket.emit (node:events:513:28)
at Socket._onTimeout (node:net:570:8)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7) {
errorno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect'
}
That's what sticks out to me from the log files.
Not a database problem anymore. You've moved on to what looks like a redis connection error.
Can you post your docker compose and env file contents?
Hello, can you update your docker-compose file using this version in the release note? https://github.com/immich-app/immich/releases/download/v1.60.0/docker-compose.yml
please make sure to perform docker-compose pull as well
did that, and everything is working like a charm now. I am on the web gui - admin registration page.
what was different b/w the instructions provided online?
Not really, I am not sure why you have the outdated docker-compose file
Did you do this?

yes
When did you perform that download action?
I am sure if you perform the same steps above you should get the correct docker-compose file
unless you performed this step a while back