Replies: 3 comments 8 replies
-
Are there still background jobs running? I suspect they're overloading your system. Try turning the concurrency down as low as it goes (https://my.immich.app/admin/system-settings?isOpen=job). |
Beta Was this translation helpful? Give feedback.
3 replies
-
here are the postgres logs:
and here are the logs: |
Beta Was this translation helpful? Give feedback.
1 reply
-
How much RAM does your system have? Is it running out? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
Running immich via docker on my Raspberry Pi 5. Starts ok and get a health status on the redis and Postgres databases.
After about 10-15 minutes everything just stops (I get a site cannot be reached error via the browser) and when I issue a docker command such as logs or ps, the containers start up again. They dont start on their own though even if i leave them for a few hours.
Looking at the logs, there are "duplicate key value violates unique constraint" errors but it still works.
Any advice or guidance is appreciated.
docker-compose.log
The OS that Immich Server is running on
Ubuntu 24.04.2 LTS (GNU/Linux 6.8.0-1018-raspi aarch64)
Version of Immich Server
v1.126.1
Version of Immich Mobile App
v1.126.1 build.184
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
docker-compose.log
Beta Was this translation helpful? Give feedback.
All reactions