Issue with iphone initial upload
I just ran into an issue that I think is the same as - https://github.com/immich-app/immich/issues/2877
So just wanted to check if there is any workaround to fix the problematic images? If is this issue planned to be fixed soon?
GitHub
[BUG] assets may become orphaned when moved by the storage template...
The bug I uploaded 8.5k files to Immich with the CLI and waited for all the jobs to process. Things look mostly fine, except some assets are missing thumbnails. A look at the jobs status page shows...
12 Replies
I had raised this a few days earlier, but now sure where my post went... maybe I deleted it by mistake
Yeah we want to fix this issue ASAP, right now we haven't had a good solution yet. Try to run storage migration again
ok, let me try that
@Alex - Is there a way to pause all jobs during the initial upload so that they dont all trigger at the same time. I think maybe my system is hitting a bottlenect when I upload multiple images at the same time?
you can go into the job page to pause them
ok
@Alex running the storage migration didn't help. I still have the same broken images
the thing is it only breaks for iphone pics. All android pics work just fine
Do the logs show errors around files not found?
Specifically from immich microservice
Yes they do
And the database shows duplicate keys
Is this just an error for a single file?
Might be worth finding the file and copying it, then deleting it in immich and reupload it afterwards.
No there are hundreds of files if I allow all photos to upload
1 pattern that I have observed is mostly all these files are named Fullsizerender.jpg
I think this is a separate issue. Just reproducible with lots of files with the same name. What if you set the storage migration concurrency to 1?
I can try that