1536 files stuck in `upload/`
I have a bunch of images stuck in the
upload/
folder. I have tried running STORAGE TEMPLATE MIGRATION
but it has no effect. I'm not sure what additional information I can provide to assist debugging.18 Replies
Is this the new Immich installation or have you used this instance in the past?
You can include the microservices log
i setup immich a few weeks ago but haven't really used it much
i'm using the community All-In-One image
Hmm then we cannot help you much here
Do you see any log?
i do see this from a bit earlier today:
I had same issues with bunch of my pictures. Turned out the exif data around dates was corrupted. You can run exiftool to fix exif data and reimport
Hmm this error can be ignored as it is not related to uploading
Is there any other logs prior to that? especially if it related to the time you run the backup sequence?
there is no log from running
STORAGE TEMPLATE MIGRATION
My recommendation is to start from scratch with the docker-compose installation method so we can better support you
yeah i think thats the right move
Let me know if that installation method also causing the same issue
will do, thank you
I seem to be having the same issue with some files:
the docker logs report some thumbnail generation failures but im not sure if they correlate to these files
the hashes don't match
@Alex I tested all the mp4 files stuck in
upload/
with ffmpeg
and they appear to be broken.
I'm wondering if those are failed uploads from when my phone screen locked during backup?
Should it be safe to delete them from upload/
?I also have a lot of video files which are obviously broken piling up in my uploads folder...
It would be great to be able to identify if those files are safe to delete and if they are duplicates of successfully imported videos.
I have the same question - I have a bunch of 30GB+ video files that failed uploading partway with the CLI, and now they're just sitting in the
uploads/
folder.
I want to delete them, but I'm worried I'll corrupt the DB (by deleting files that the DB references without the DB knowing).
Any guidance, @Alex ? Happy to post logs.if they are half way file you should be good to delete them
Thanks!