Immich Update v2.3.1?

Hi everyone, I wanted to ask if there will be no more updates for Immich?

My server is still on v2.2.3.

Hello! This is tracked at:

Please note: The app store has a 3-day waiting period before updates go live.

FYI, there’s also a bug in CasaOS that won’t auto-update apps until you restart the OS. Someone here mentioned it when I asked the same question eariler.

Yes, the last time I tested, both CasaOS and ZimaOS had the same bug. I notified IceWhale about it a while ago.

Hi,

Mine is still on 2.2.2 and is not updating. Any ideas?

Have you rebooted your CasaOS or ZimaOS?

I have rebooted the whole system a couple of times with the same result.

Hi all :handshake:

Check You have un-commented (in my case- I have casaOS) line in:
/etc/casaos/app-management.conf

[server]
appstore = https://casaos.app/store/main.zip
appstore = https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip

GitHub link must be un-commented. This master.zip contains yml (yaml file) for immich, where is v2.3.1

So, how to force to casaOS/zimaOS?

master.zip is unpacked (in my case- I have casaOS) here:

/var/lib/casaos/appstore/github.com/2a1238d53212bfce4e8f861dcb8ef3fe/big-bear-casaos-master/Apps/immich

So, if Your path is same, try to replace version here as workaround. Temporally, I hope developers fix this unfortunate bug soon.

Steps:

  1. download file: https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip
  2. unpack it
  3. go to unpacked folder: Apps/immich/ (*)
  4. cp docker-compose.yml /var/lib/casaos/appstore/github.com/2a1238d53212bfce4e8f861dcb8ef3fe/big-bear-casaos-master/Apps/immich
  5. reboot system

Remember: double check You have backups before upgrade of any App.

(*): Apps/immich is version with machine learning. If You are using without machine learning, Your folder is: Apps/immich-without-machine-learning

Step 4: You can diff these two yml files and see Your custom setup compare to default setup from GitHub. Someone have newest immich version, someone older. But I think main (maybe only one) difference here is only new version in this line:
image: ghcr.io/immich-app/immich-server:v2.3.1 # Image to be used

I just solve it changing the version on the tag.

Thanks!

1 Like

Good. This can be used as workaround. Sometimes new volume and/or env. variable appeared. I hope developers fix this unfortunate bug soon.

Same than RaiN_KinG