immich_server docker doesn't start after upgrading containerd.io #14469
Replies: 1 comment 2 replies
-
Implies your database container isn't running, so you'll want to look at what its logs say. Since you're still using the docker volume for the postgres data, my (unfortunate) guess is that the containerd upgrade corrupted that somehow. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
First of all, thank you very much for this image, I LOVE Immich and definitely considering to donate to the project.
I have a home server running Ubuntu 22.04.5 with Kernel 6.8, where I run a bunch of Docker containers (Immich is one of them)
Yesterday I did a few system upgrades, and a couple of my docker containers stopped working (Immich is also one of them). After looking at the github Issues thread of one of them, we came in the conclusion that cause was the upgrade of containerd.io. The owner of that specific image told us to add a line in our docker compose, and it totally fixed the issue. The line was specific to the issue with the specific image, so I don't think we can replicate that exact fix to Immich.
Everything was working properly and fine until I did that upgrade yesterday.
My logs and compose are bellow. Thanks for the support!! And all of your work :)
The OS that Immich Server is running on
Ubuntu 22.04.5
Version of Immich Server
v1.121.0
Version of Immich Mobile App
1.121.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
The container simply doesn't start after running "docker compose up -d"
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions