https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108 --- Comment #18 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 148332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148332&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 Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.