Repair Orphan Location

Hey all, love the new repair section. Has help me declutter missing items a lot. There is one I can't seem to find though. The screenshot says this exists in the DB. But when I try and query that asset.id I get 0 results back. Anyone have an idea where this item is stored? It's the last one I need to fix
No description
12 Replies
jrasm91
jrasm912y ago
This would be in the users table. It would be the profile picture for a user.
schuhbacca
schuhbaccaOP2y ago
Ahhh, wrong table then. I'll dig into that, thank you!
jrasm91
jrasm912y ago
How many orphan/untracked files did you have originally if I might ask?
schuhbacca
schuhbaccaOP2y ago
I want to say was maybe 20. (Library size is about 13k)
jrasm91
jrasm912y ago
What did you have to do to resolve them? Did it auto fix/repair or did you manually delete/correct?
schuhbacca
schuhbaccaOP2y ago
About half were fixed by the auto repair, the other half I exported the json file and deleted them manually from the database
jrasm91
jrasm912y ago
Ah, nice. Thanks for the info. I wrote the code for that page and so far I've mostly heard reports of it not working lol.
schuhbacca
schuhbaccaOP2y ago
I feel that. It does chug a little, but helped me a lot with finding erros more easily so I appreciate haha
jrasm91
jrasm912y ago
Yeah, it basically does an entire library vs database comparison and needs to be optimized, especially for those with like 100k+ assets lol.
schuhbacca
schuhbaccaOP2y ago
Always improvements to be had but would always rather have a good step in the right direction Also updated profile picture and now my last error is gone, thank you!
ddshd
ddshd2y ago
Possible to use a temp table and let the database do the comparison? Maybe it’s faster
jrasm91
jrasm912y ago
Something like that could work, yes.

Did you find this page helpful?