Server keeps restarting after recent update #28431
Replies: 5 comments 3 replies
-
|
What do the logs say? |
Beta Was this translation helpful? Give feedback.
-
|
[Nest] 25 - 05/14/2026, 3:15:48 PM LOG [Api:WebsocketRepository] Initialized websocket server |
Beta Was this translation helpful? Give feedback.
-
|
Your mount point is broken, or it was broken before and it is now working. |
Beta Was this translation helpful? Give feedback.
-
|
hmm well it keeps restarting still and i havent really changed anything between updates |
Beta Was this translation helpful? Give feedback.
-
|
okay i think i fixed it by doing the following: sudo mkdir -p /mnt/immich/upload/encoded-video for folder in encoded-video thumbs upload backups library profile; do sudo chown -R 1000:1000 /mnt/immich/upload docker compose down && docker compose up -d |
Beta Was this translation helpful? Give feedback.
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
after last update, immich server keeps restarting
The OS that Immich Server is running on
Raspberry pi 4
Version of Immich Server
v2.7.5
Version of Immich Mobile App
v2.7.5
Platform with the issue
Device make and model
No response
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions