On Tue, Nov 2, 2010 at 6:52 PM, Chris Cormack <chris@bigballofwax.co.nz> wrote:
On 3 November 2010 10:31, Paul A. <paul.a@aandc.org> wrote:
Appendix 12.2 to the new Koha 3.2 manual suggests running rebuild_zebra.pl as a Cron job every n minutes. However, the zebraqueue_daemon appears to automatically update the biblio database as and when needed.
Could someone kindly explain the necessity of the Cron job? We are having a few problems finding sufficient "system level" documentation.
Do NOT use the zebraqueue_daemon. The cron job is a far safer option, the daemon is due to be removed (or completely rewritten), it has memory leaks.
I proposed a quick fix that works without adding too much code: assuming the code from rebuild_zebra was right, this approach should make it: http://comments.gmane.org/gmane.education.libraries.koha.devel/4899 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 and I tried to explain the situation, based on the answers I got in the IRC and koha-dev/patches list, and the solution we implemented, here: http://blogs.unc.edu.ar/koha/lang/es/2010/09/06/zebraqueue/ To+