We use the cron job that is part of the Koha backend to reindex nightly. The production server is fast enough that we do not worry about running the script unless the search stops working. The icu.idx method for Zebra seems to be a bit more sensitive to marc records with some kind of defect and a manual reindex with the script allows us to see what exactly is going on.
A suggestion for a clean backup of your server. We are using automysqlbackup script, a free script from Sourceforge. We back up the database nightly and we backup the /etc directory and the koha directory and the clone directory weekly. We are using Veritas for the backup to tape. John -----Original Message----- From: koha-devel-boun...@lists.koha.org [mailto:koha-devel-boun...@lists.koha.org] On Behalf Of David Schuster Sent: Monday, December 21, 2009 9:11 PM To: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Need for reindex with Zebra? So how often do you manually reindex your production server? Thanks for this I may try it on my test server when I get back to school. I'm having a few problems in getting a clean backup of my production server right now so that might start another discussion! Thanks! David Schuster Plano ISD Chadwick, John, DCA wrote: > > I wrote a shell script for the times we need to manually reindex Zebra. > Our development box isn't a speed demon, so a large load takes some time > to index, so we help it along a bit. The production box is a speed > demon, so we don't need to reindex often. This script can be run from > Webmin. We are not doing authorities and the -v (verbose) is very > helpful in spotting possible issues. > > #!/bin/bash > export KOHA_CONF=/etc/bbmkoha/koha-conf.xml > export PERL5LIB=/koha/bbmkoha/lib/ > perl /koha/bbmkoha/bin/migration_tools/rebuild_zebra.pl -b -r -w -v > echo "changing owner and group in > /var/lib/bbmkoha/zebradb/biblios/register to koha" > chown koha /var/lib/bbmkoha/zebradb/biblios/register/* > chgrp koha /var/lib/bbmkoha/zebradb/biblios/register/* > ls -al /var/lib/bbmkoha/zebradb/biblios/register/ > > +----------------------------------------------------------------------+ > John Chadwick, Ed.D. Information Technology Manager > New Mexico State Library > 1209 Camino Carlos Rey > Santa Fe, NM 87507 > Phone: 505-476-9740 Cell: 505-629-8116 Fax: 505-476-9761 > john.chadw...@state.nm.us > http://www.nmstatelibrary.org > > -----Original Message----- > From: koha-devel-boun...@lists.koha.org > [mailto:koha-devel-boun...@lists.koha.org] On Behalf Of scott > Sent: Thursday, December 17, 2009 9:55 AM > To: koha-de...@nongnu.org > Subject: [Koha-devel] Re: Need for reindex with Zebra? > > maybe someone can correct me on this but i believe your supposed to > reindex > either nightly or every few hrs or when you do a batch import. > with zebra do > PERL5LIB=/kohainstall/lib > /kohainstall/bin/migration_tools/rebuild_zebra.pl -b -a -r > > > > > > _______________________________________________ > Koha-devel mailing list > koha-de...@nongnu.org > http://lists.nongnu.org/mailman/listinfo/koha-devel > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel > > ______________________________________________________________________ > This inbound email has been scanned for malicious software and > transmitted safely to you using Webroot Email Security. > ______________________________________________________________________ > > > Confidentiality Notice: This e-mail, including all attachments is for the > sole use of the intended recipient(s) and may contain confidential and > privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited unless specifically provided under the New > Mexico Inspection of Public Records Act. If you are not the intended > recipient, please contact the sender and destroy all copies of this > message. -- This email has been scanned by the Sybari - Antigen Email > System. > > > > ______________________________________________________________________ > Confidentiality Notice: This e-mail,including all attachments is for the > sole use of the intended recipient(s) and may contain confidential and > privileged information. Any unauthorized review,use,disclosure or > distribution is prohibited unless specifically provided under the New > Mexico Inspection of Public Records Act. If you are not the intended > recipient, please contact the sender and destroy all copies of this > message. > > This email has been scanned using Webroot Email Security. > ______________________________________________________________________ > > _______________________________________________ > Koha-devel mailing list > koha-de...@nongnu.org > http://lists.nongnu.org/mailman/listinfo/koha-devel > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel > > -- View this message in context: http://old.nabble.com/Need-for-reindex-with-Zebra--tp26575069p26883691.h tml Sent from the Koha - Dev mailing list archive at Nabble.com. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel