@@ -350,18 +350,25 @@ Koha's command-line scripts are installed, e.g., /usr/share/koha/bin.
350
350
(note: use the correct path to your koha-conf.xml)
351
351
352
352
7.1 Import:
353
+ Bibliographic data in MARC21 format
353
354
$ misc/migration-tools/bulkmarcimport.pl -file /path/to/marc.iso2709
355
+ Authority data in MARC21 format
356
+ $ misc/migration-tools/bulkauthimport.pl -file /path/to/auth.iso2709
354
357
355
358
7.2 Fast Index:
356
359
$ misc/migration-tools/rebuild_zebra.pl -b -w
357
360
358
361
Once the indexing has completed, you will be able to search for records in your
359
- system. NOTE: if you don't run the Fast Index utility, and you have the zebraqueue
360
- daemon running, the indexin process will happen in the background, but it will be
361
- orders of magnitude slower.
362
+ system. NOTE: if you don't run the Fast Index utility, and you have the index
363
+ updates scheduled as per 7.3 the indexing process will happen in the background,
364
+ but it will be orders of magnitude slower.
362
365
363
- To enable the SRU servers, you'll need to edit your koha-conf.xml and change the
364
- <listen> options to listen on a TCP port; then restart the zebra daemon.
366
+ 7.3 Schedule regular index updates
367
+ run rebuild_zebra.pl -b -a -z as a regular cron job, check misc/cronjobs/crontab.example
368
+ for usage examples
369
+
370
+ 7.4 To enable public Z39.50/SRU servers, you'll need to edit your koha-conf.xml and
371
+ change the <listen> options to listen on a TCP port; then restart the zebra daemon.
365
372
366
373
UPGRADE
367
374
=======
@@ -381,11 +388,9 @@ Uninstall Instructions
381
388
$ sudo apache2ctl restart
382
389
383
390
$ sudo update-rc.d koha-zebra-daemon remove
384
- $ sudo update-rc.d koha-zebraqueue-daemon remove
385
391
$ sudo rm /etc/init.d/koha-zebra-daemon
386
- $ sudo rm /etc/init.d/koha-zebraqueue-daemon
387
392
388
- 2) Remove Koha Databases
393
+ 2) Remove Database and Indexes
389
394
390
395
# MySQL
391
396
$ mysql -u<kohauser> -p<kohapassword>
@@ -396,6 +401,7 @@ Uninstall Instructions
396
401
$ zebraidx -c <prefix>/etc/zebradb/zebra-authorities.cfg -g iso2709 -d authorities init
397
402
398
403
3) Remove Koha Install Directories and Configuration Files
404
+ Don't forget about any crontab entries
399
405
400
406
Tested on the following operating environments
401
407
==============================================
0 commit comments