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.
No description
No description
10 Replies
jrasm91
jrasm912y ago
what are the current immich-server logs?
deepbass8730
deepbass8730OP2y ago
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.
jrasm91
jrasm912y ago
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?
Alex Tran
Alex Tran2y ago
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
deepbass8730
deepbass8730OP2y ago
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?
Alex Tran
Alex Tran2y ago
Not really, I am not sure why you have the outdated docker-compose file
Alex Tran
Alex Tran2y ago
Did you do this?
No description
deepbass8730
deepbass8730OP2y ago
yes
Alex Tran
Alex Tran2y ago
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

Did you find this page helpful?