Moving from Imagegenius old compose to new one and stuck
I recently migrated my Immich Docker setup to use a new media volume path inside the container and moved away from imagegenius. Previously, my media folder was mounted as:
Now I changed it to:
and updated my
I’m running Immich server version v1.137.3.
After restarting, Immich fails with errors like:
It seems Immich is still trying to access media files under
---
What I’ve tried:
Additional context:
Should I do anything at all? Will it automigrate that stuff?
Now I changed it to:
and updated my
.env file accordingly:I’m running Immich server version v1.137.3.
After restarting, Immich fails with errors like:
It seems Immich is still trying to access media files under
/photos, but my volume mount is now /data.---
What I’ve tried:
- Verified that
/mnt/tank/cloudvault/immich/data/librarycontains all my media files. - Confirmed the volume mount maps host
/mnt/tank/cloudvault/immich/datato container/data. - Set
IMMICH_MEDIA_LOCATION=/datain
..env - Restarted the entire stack (server, database, Redis).
Additional context:
- The database was originally initialized when the media path was
/photos. - I understand that Immich stores absolute file paths in the database.
- I read that starting from v1.136.0, Immich supports automatic media path migration on startup.
Should I do anything at all? Will it automigrate that stuff?