From f0832b9dd730b98b2c45a413e14a5692ecda2e23 Mon Sep 17 00:00:00 2001 From: cjones Date: Sat, 18 Apr 2026 23:45:17 -0400 Subject: [PATCH] Complete version-by-version upgrade of Immich from v2.3.1 to v2.7.5. --- immich/.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/.env b/immich/.env index af02c82..df4e1a8 100644 --- a/immich/.env +++ b/immich/.env @@ -9,7 +9,8 @@ DB_DATA_LOCATION=/var/lib/immich/db TZ=America/New_York # The Immich version to use. You can pin this to a specific version like "v1.71.0" -IMMICH_VERSION=v2.4.0 +IMMICH_VERSION=v2.7.5 + # Connection secret for postgres. You should change it to a random password DB_PASSWORD=postgres