[Koha-bugs] [Bug 33108] We need a way to launch the ES indexer automatically

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 3 16:34:45 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108

--- Comment #13 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 147702
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147702&action=edit
Bug 33108: (follow-up) Don't let restart die if ES indexer not running

This fixes the restart action in koha-common to continue with starting
services even if the last service cannot be stopped (because it may not
be running)

This needs a larger fix, to ensure all stopped services return a
warning, for now 'do_stop' simply returns the last success/failure

To test:
1 - Apply patch
2 - reset_all
3 - sudo koha-es-indexer --stop kohadev
4 - restart_all
5 - You are notified that ES indexer was not running
6 - You are notified that soem services could not be stopped
7 - The services are started

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list