[Koha-bugs] [Bug 24340] We ought to be able to disable SIP using koha-sip

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 31 22:52:57 CET 2020


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

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97379|0                           |1
        is obsolete|                            |
  Attachment #97380|0                           |1
        is obsolete|                            |
  Attachment #97381|0                           |1
        is obsolete|                            |

--- Comment #14 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 98257
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98257&action=edit
Bug 24340: allow koha-sip --disable inst

To test:

- Enable sip for your testing instance
 sudo koha-sip --enable inst
- Start sip for your testing instance
 sudo koha-sip --start inst
- Verify it is running
 ps ax |grep sip -> you should see processes
- Disable sip for your testing intance
 sudo koha-sip --disable inst
- Verify that the following has happened:
 * SIP is no longer running for your instance - no SIP processes
 * SIP Cannot be started for the instance because it is not enabled.

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


More information about the Koha-bugs mailing list