Server Version Stuck at 1.72.2
I have Immich on Unraid. I keep getting the message whenever I open the app saying a new version is released. So I go to Docker and press Update Stack as per the instructions. When I check the server version, it still says 1.72.2.
Is there anything else that needs to be done?
11 Replies
Have you pinned a specific Immich version in the compose file?
i only specified the upload folder, that's it. Should I update it? It says: {IMMICH_VERSION:-release}
In your .env to you have anything specified on this line: "IMMICH_VERSION="?
Which guide have you tried to update? You will need to bring the containers down with “docker-compose down” and then “docker-compose pull” and finally “docker-compose up”
I followed the steps in the link below: https://immich.app/docs/install/unraid#updating-steps
Unraid | Immich
Immich can easily be installed and updated on Unraid via:
Immich version is blank.

If it is blank it will pull the latest one when you perform the command above
Problem is it won't pull the latest one. I've done the process in the link I provided a few times now. I actually ran it again just now, no luck..


You are getting an error with "no space left on device"
Is your docker.img full?
Thank you! can't believe I missed that.. I increased the docker size and re-run the update. It shows the latest version now.