Re: [Koha] Cronjob

2013-01-13 Thread MARC FELIX
Yes i have tried that and its yielding the same results. The user running the script is the koha user From: Ramiro Uviña To: Marcel de Rooy Cc: "Koha@lists.katipo.co.nz" Sent: Monday, 14 January 2013, 3:00 Subject: Re: [Koha] Cronjob Did you try: */5 *

Re: [Koha] Cronjob

2013-01-13 Thread Ramiro Uviña
Did you try: */5 * * * * /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z >/dev/null ? You can also check the permissions for the user running the script. 2013/1/13 Marcel de Rooy > export KOHA_CONF and PERL5LIB to the right Koha instance ? > > _

Re: [Koha] Cronjob

2013-01-13 Thread Marcel de Rooy
export KOHA_CONF and PERL5LIB to the right Koha instance ? Van: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] namens MARC FELIX [billightn...@yahoo.co.uk] Verzonden: zondag 13 januari 2013 14:02 To: Koha@lists.katipo.co.nz Onderwerp:

[Koha] Cronjob

2013-01-13 Thread MARC FELIX
Hi all, i have configured my cronjob for index new records as below. */5 * * * * $KOHA_PATH/bin/migration_tools/rebuild_zebra.pl -b -a -z >/dev/null The records are however not being indexed every after five minutes as i expect yet when i run /usr/share/koha/bin/migration_tools/rebuild_zebra.pl