Some missing photos in /library/admin/
I'm trying to upload my entire library into Immich and wrote a script to compare my source directory to /library/admin. I'm using the immich cli to bulk upload sets of 1000 photos at a time and notice there is always some photos missing in /library/admin.
If I try to re-upload, logs say that the "new" photos are duplicates. I have to search through my library using "m:filename", delete it, and then reupload my files.
Is this a known issue? Is there a faster way to do this process of deleting photos?
4 Replies
Hello, it seems the server identifies duplicated media when you upload so the server rejected some
So it seems like when I use CLI, sometimes the upload gets stuck in upload/upload instead being transferred to upload/library. I ended up going into the DB to delete the problem files and reup them from the CLI. Is there a more proper to fix this?
This is a known issue at the moment when the server get bogged down with bulk upload and cause some race conditions, we are hoping to get this resolved soon
I have run into the same issue. Can you share the method you used to delete them from DB and reup them?