Recommendations for ios app update pattern
To mitigate risk during updates, I have pinned the server version to a particular version (docker-compose) and disabled automatic app updates on my ios mobile (in order to pin the mobile app version). I will then periodically update both the server version and ios app version.
Given that in any scenario there is risk since immich is under heavy development:
- This works, but gives the pain point that (for ios) it disables automatic app updates for all apps (requiring manual updates for all mobile apps)
Given that in any scenario there is risk since immich is under heavy development:
- Are there any recommendations regarding patterns for updating versions?
- What pattern do others use for managing app updates?