http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14361 Bug ID: 14361 Summary: koha-restart-zebra fails and probably breaks upgrade Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: benjamin.rokseth@kul.oslo.kommune.no QA Contact: testopia@bugs.koha-community.org Introduction of koha-functions bash lib (Bug 11404) have missed the need of specifying pidfiles directory on restarting/stopping zebra server. This might also affect Bug 12009 - Sometimes a koha-common restart won't restart zebra, and might break zebra index on update. Specs: The function is_zebra_running() (and possibly also is_indexer_running() ) will always return 1 (false) even if zebra is running. Thus a koha-restart-zebra/koha-stop-zebra will do nothing. Patch to come. -- You are receiving this mail because: You are watching all bug changes.