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: koha-bugs@lists.koha-community.org Reporter: alexander.wagner@desy.de QA Contact: testopia@bugs.koha-community.org CC: aude.charillon@openfifth.co.uk, philip.orr@lmscloud.de https://koha-community.org/manual/latest/en/html/faq.html#reset-the-zebra-in... 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.