From 6faef00835dce4c6c1e2abfc94374d97ec5e8173 Mon Sep 17 00:00:00 2001 From: Joel Shprentz Date: Fri, 2 Jan 2026 04:04:43 -0500 Subject: [PATCH] Extend guidance for changing the immich upload location for #10447 (#10475) --- frontend/public/json/immich.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/immich.json b/frontend/public/json/immich.json index 96f798c42..26948f506 100644 --- a/frontend/public/json/immich.json +++ b/frontend/public/json/immich.json @@ -45,7 +45,7 @@ "type": "info" }, { - "text": "To change upload location, edit 'IMMICH_MEDIA_LOCATION' in `/opt/immich/.env`, and create the symlink 'upload' in /opt/immich/app & /opt/immich/app/machine-learning to your new upload location", + "text": "To change upload location, edit 'IMMICH_MEDIA_LOCATION' in `/opt/immich/.env`, retarget the symlink 'upload' in /opt/immich/app and /opt/immich/app/machine-learning to your new upload location, copy the default upload location `/opt/immich/upload` and its contents to the new upload location, confirm that the new upload location and its contents are owned by `immich:immich`, and restart the Immich server. See `https://github.com/community-scripts/ProxmoxVE/discussions/5075` for more information.", "type": "info" }, {