Dear Friends, I just upgraded from 3.8.2 to 3.8.3 Everything working fine, but problem with zebra. After adding catalogue records, newly added records does not display in OPAC when searching. Every time I have to rebuild zebra manually. I installed Koha on Ubuntu 12.04. Anybody experienced same problem. How to solve it? Regards, -- Vimal Kumar V. Mahatma Gandhi University Library Kottayam, Kerala- 686 560 Web: http://www.vimalkumar.org Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
* Vimal Kumar V. (vimal0212@gmail.com) wrote:
Dear Friends,
I just upgraded from 3.8.2 to 3.8.3 Everything working fine, but problem with zebra. After adding catalogue records, newly added records does not display in OPAC when searching. Every time I have to rebuild zebra manually. I installed Koha on Ubuntu 12.04. Anybody experienced same problem. How to solve it?
Sounds to me like either your cron job is not running. Or the permissions are mucked up. Check your cron job to run rebuild_zebra.pl is set up right and is running at a regular interval Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
Greetings,
I just upgraded from 3.8.2 to 3.8.3
Congratulations on the upgrade.
Everything working fine, but problem with zebra. After adding catalogue records, newly added records does not display in OPAC when searching. Every time I have to rebuild zebra manually. I installed Koha on Ubuntu 12.04. Anybody experienced same problem. How to solve it?
Like Chris said, it is quite likely a permissions problem or the crontab not being set up. Remember to only run a full reindex as the koha user! Otherwise you likely will get permissions problems. I'm assuming you are using the crontab method and that your /etc/cron.d/koha is something like: -------------------- KOHA_CONF=/etc/koha/koha-conf.xml KOHAPATH=/usr/share/koha PERL5LIB=$KOHAPATH/lib # This runs every 5 minutes */5 * * * * koha $KOHAPATH/bin/migration_tools/rebuild_zebra.pl -a -b -z &> /dev/null -------------------- Your crontab job probably doesn't run immediately. Did you wait the 5-10 minutes? However, if you truly waited long enough, then here is a repost of my indexing journey. It includes the things I checked, and how I corrected them. http://koha.1045719.n5.nabble.com/Automatic-email-new-accounts-td5717388.htm... I hope these steps I took to resolve our problem will point you in the right direction for yours. If you don't have a memory issue, then there is no need to stop apache. GPML, Mark Tompsett
participants (3)
-
Chris Cormack -
Mark Tompsett -
Vimal Kumar V.