Replies: 1 comment
-
Some additional information :
Two things to consider :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
Hi!
Since v1.137.3 and adding my external (Lightroom) library i have noticed that I have a lot of restarts.
Immich is started on my TrueNAS server via the TrueNAS community package (latest version corresponding to v1.137.3).
I noticed that my NAS was often unresponsive and realized that the docker container was very often in "Deploying" mode. The TrueNAS package contains multiple containers: server, machine-learning, pgvecto, redis and permissions. The server package is the one that very often ends up in "Deploying" state.
If I run a "docker container log" command locally, it returns at those moments, confirming, the container indeed stopped.
Sometimes there are errors in the logs about generating thumbnails for a picture, or convering a video. I have checked individually those pictures and the files were indeed corrupted, but this should result in a crash of the whole app.
I have seen multiple cases :
Surprisingly in some logs it seems like the container restarted (since the docker log command disconnected) but its almost like it resumed where it was, then restarted? Or maybe the docker log command is failing somewhere...
I would love to help debugging this, i'm not sure where to start, but i'll happily try any tips.
The OS that Immich Server is running on
TrueNAS 25.04 / Debian 12 / Linux 6.12.15
Version of Immich Server
v1.137.3
Version of Immich Mobile App
v1.137.3
Platform with the issue
Your docker-compose.yml content
Installed via TrueNAS container system.
Your .env content
Reproduction steps
...
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions