Unable to get immich to start after update
Here is the error i get for Immich_server container that started when i updated to 120. I updateded to 121 and the error remains and the applications doesnt start. all other containers are fine but healthcheck fails.
TypeError: fetch failed at node:internal/deps/undici/undici:13392:13 at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async main (/usr/src/app/dist/bin/healthcheck.js:14:26) { [cause]: Error: connect ECONNREFUSED 127.0.0.1:2283 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1610:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 2283 } }
I cant seem to find why the connections is refused
I also noticed this in the logs but i read in another post that it can be ignored
(node:7) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.
(Use node --trace-deprecation ...to show where the warning was created)
I found : https://github.com/immich-app/immich/issues/13867
and https://github.com/immich-app/immich/issues/13877
But there doesnt seem to be a solution. However a fix was pushed so i figured it was in 121 build.
9 Replies
:wave: Hey @Darkpixx,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich :immich:.
References
- Container Logs:
docker compose logs
docs
- Container Status: docker compose ps
docs
- Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
2. :ballot_box_with_check: I have read applicable release notes.
3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
4. :ballot_box_with_check: I have reviewed Github for known issues.
5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting.
7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close
command, and re-open it later if needed.Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
Can you share more logs and not just a couple of lines you consider interesting?
there isnt much hence why i just copied the error
Can you perform these steps from the command line instead of using Portainer UI?
docker compose down && docker compose pull && docker compose up
wont that pull a version of the compose file doesnt have my modification ...so will be missing my custom network and volumes
No, it pulls the Immich Docker images, not the compose file
ok i need to locate where portainer stores the docker compose file
It seems fixed now.. i couldnt find the compose so i removed everything from portainer and added the entire stack back via portainer but using my git repo where i store my compose files and it worked.. Basically i did what you suggested but in portainer.
Thank you !