[Koha-bugs] [Bug 30684] When Plack is not running koha-plack --restart should warn and then start Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 5 23:20:53 CEST 2022


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134622|0                           |1
        is obsolete|                            |

--- Comment #3 from David Nind <david at davidnind.com> ---
Created attachment 134665
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134665&action=edit
Bug 30684: When Plack is not running koha-plack --restart should warn and then
start Plack

Test plan:
1. Stop plack

2. Run: sudo koha-plack --restart {instance}

3. Observe you get the error: "Error: Plack not running for ${instancename}"
and that plack is not started

4. Apply patch.

5. If you are using kohadevbox you must copy koha-plack to /usr/sbin/:
sudo cp debian/scripts/koha-plack /usr/sbin/koha-plack

6. Run: sudo koha-plack --restart {instance}

7. Confirm you get a warning: "Plack not running for ${instancename}.
Starting plack now" and that plack is started

Sponsored-by: Catalyst IT

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list