https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37097 --- Comment #3 from Yuriy Kotsyuk <yuriy.kotsyuk@oa.edu.ua> --- (In reply to David Cook from comment #1)
I have noticed on some systems that Zebra sometimes leaves behind temporary search results in that /var/lib/koha/library/biblios/tmp folder. I'd say on 98% of my instances it does not do this, but the other 2% it does. For those, I have a cronjob that uses the "find" command to find search result files older than say 1 hour and delete them.
It's not clear why this happens and Zebra isn't really supported by its authors anymore. They suggest moving to Elasticsearch, which is also an option with Koha.
I've found the cronjob workaround works well enough.
So, thanks! I'll try to do the same. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.