Koha commands to check and fix all the biblio records automagically
Prepare system first:
export PERL5LIB="/usr/share/koha/lib"
export KOHA_CONF="/etc/koha/sites/library/koha-conf.xml"
Run:
/usr/share/koha/bin/maintenance/touch_all_biblios.pl -v
Seat back and watch the output till the end when you will see:
Touched biblio 25818
Good: 25092, Bad: 108 (of 25200) in 489 seconds
Accuracy: 99.57%
Average time per record: 0.019405 seconds
Comments
Post a Comment