https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39899
Bug ID: 39899
Summary: Reset Zebra FAQ
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
https://koha-community.org/manual/latest/en/html/faq.html#reset-the-zebra-index
gives the following command to reset the ZEBRA index for biblios:
```
$ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-biblios.cfg -g iso2709 -d
biblios init
```
This results in a `file not found` error at least in 24.1104.
It seems that the name of the config file in question should read
```
/etc/koha/sites/YOURLIBRARY/zebra-biblios-dom.cfg
```
Probably this is version dependend?
**Note** the manual gives two commands, one for biblios and one for
authorities. The command for authorities seems to be correct. Also note that
the two commands are effectively given twice as the package install versions
require a `sudo` to be prepended.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/