ImmichI
Immich3mo ago
junk

/usr/src/app/upload -> /data migration - resulted in all transcoded videos now missing

hey all!

my immich server was really out-of-date and i've been working on getting it back up-to-date. i was following the changelog instructions for v1.137.0 on github and i decided to change these fields in my docker-compose.yml:

- ${UPLOAD_LOCATION}:/usr/src/app/upload became - ${UPLOAD_LOCATION}:/data
- ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video became - ${ENCODED_VIDEO_LOCATION}:/data/encoded-video

i made this change just because i thought it would be good to stay up-to-date with current usage, but this may have been a bad idea... not sure

anyway, now my transcoded videos are all showing a red exclamation point and none of them will play. also seems like my thumbnails might be broken

i've tried to search for guidance on how to fix this, but i'm at a loss. does anyone have any guidance on how to resolve this? or will i just need to delete my old generated files and run all the jobs again?

thanks so much for your help!!
Was this page helpful?