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
Allram
Allram2y ago
Have you pinned a specific Immich version in the compose file?
peekeesh
peekeeshOP2y ago
i only specified the upload folder, that's it. Should I update it? It says: {IMMICH_VERSION:-release}
Allram
Allram2y ago
In your .env to you have anything specified on this line: "IMMICH_VERSION="?
###################################################################################
# Immich Version - Optional
#
# This allows all immich docker images to be pinned to a specific version. By default,
# the version is "release" but could be a specific version, like "v1.59.0".
###################################################################################

#IMMICH_VERSION=
###################################################################################
# Immich Version - Optional
#
# This allows all immich docker images to be pinned to a specific version. By default,
# the version is "release" but could be a specific version, like "v1.59.0".
###################################################################################

#IMMICH_VERSION=
Alex Tran
Alex Tran2y ago
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”
peekeesh
peekeeshOP2y ago
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:
peekeesh
peekeeshOP2y ago
Immich version is blank.
No description
Alex Tran
Alex Tran2y ago
If it is blank it will pull the latest one when you perform the command above
peekeesh
peekeeshOP2y ago
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..
No description
peekeesh
peekeeshOP2y ago
No description
Allram
Allram2y ago
You are getting an error with "no space left on device" Is your docker.img full?
peekeesh
peekeeshOP2y ago
Thank you! can't believe I missed that.. I increased the docker size and re-run the update. It shows the latest version now.

Did you find this page helpful?