Confirm version for production branch / how to update beyond 1.17? #487
-
I'm running in docker-compose on Unraid after pulling down the compose and env files from the main page. I've merge those into my regular compose file and things are generally ok. My issue is trying to understand how to get a the more recent releases? It appears this approach is still on server version 1.17 so I am receiving the warning on both server and mobile that this is an outdated instance. Mobile is version 1.22 build 32. Aside from the warnings on both, now on mobile i can no longer able to see any photos, but they appear fine in the web version. I assume this is caused by the version gap from mobile/server. So my question is, is it expected to be stuck on 1.17 with the production branch? Is there a different recommended deployment config to stay more current on the server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you make sure to use the latest Then you will need to perform |
Beta Was this translation helpful? Give feedback.
Can you make sure to use the latest
docker-compose
file with therelease
tag for all Immich's images?Then you will need to perform
docker-compose pull
in order to get the latest update.