[Bug 40052] New: there should be a Zebra restart button in system admin in About Koha when it says it is not running
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40052 Bug ID: 40052 Summary: there should be a Zebra restart button in system admin in About Koha when it says it is not running Change sponsored?: --- Product: Koha Version: 22.05 Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: dwight@wwwalker.com.au QA Contact: testopia@bugs.koha-community.org When OPAC "search the catalog" was not returning any search results, I logged in at the staff interface, I looked in About Koha and it said Zebra was not running. Currently I had to Google the command to find how to restart Koha Zebra when it was not running and no OPAC searches were working. I should be able to press a button near that status called "Restart Zebra" and it should do it for me instead of me fiddling for hours to restart Zebra by hunting through documentation to find the correct command and doing it as root at the command prompt on my Linux server. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40052 Hamilton Dwight Walker <dwight@wwwalker.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|there should be a Zebra |there should be a Zebra |restart button in system |restart button in Staff |admin in About Koha when it |Interface in About Koha |says it is not running |when it says it is not | |running -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40052 --- Comment #1 from Hamilton Dwight Walker <dwight@wwwalker.com.au> --- at command line to restart Zebra where instancename is name of library: koha-zebra --start <instancename> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40052 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@prosentient.com.au> --- It's an interesting idea, although I don't think it'll ever happen. First, I think that koha-zebra does indeed need to be invoked by root, so the web server isn't going to have the permissions to do that. In theory, we could refactor koha-zebra to work at the instance user level instead of requiring root, but... I don't think anyone would be interested in doing that work. Overall, Zebra is being phased out in favour of Elasticsearch as well. Also, the use of koha-zebra is specific to Koha installed by Debian packages. There's other deployment scenarios where Zebra is managed by other means, so there's no guarantees that the web server would ever be able to manage Zebra. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40052 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40052 --- Comment #3 from Hamilton Dwight Walker <dwight@wwwalker.com.au> --- I created a bash script to restart koha-zebra. cat restartzebra.sh koha-zebra --start <instance> echo "start koha-zebra" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org