[Koha-bugs] [Bug 25674] Add RabbitMQ options to koha-create

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 5 05:09:35 CET 2021


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

--- Comment #28 from David Cook <dcook at prosentient.com.au> ---
My test plan:

1. cp debian/templates/koha-conf-site.xml.in /etc/koha/koha-conf-site.xml.in
2. cp debian/scripts/koha-create /usr/sbin/koha-create
3. koha-create --create-db --mb-host test1 --mb-port 8000 --mb-user test2
--mb-pass test3 --mb-vhost test4 test5
4. vi /etc/koha/sites/test5/koha-conf.xml
5. Note the following block near the bottom of the file:

<message_broker>
  <hostname>test1</hostname>
  <port>8000</port>
  <username>test2</username>
  <password>test3</password>
  <vhost>test4</vhost>
</message_broker>

6. koha-create --create-db test6
7. vi /etc/koha/sites/test6/koha-conf.xml
8. Note the following block near the bottom of the file:

<message_broker>
  <hostname>localhost</hostname>
  <port>61613</port>
  <username>guest</username>
  <password>guest</password>
  <vhost></vhost>
</message_broker>

testing 4 commit(s) (applied to 5038a57 '39 Bug 26742: Remove die from
connect')

Processing files before patches
|========================>| 1 / 1 (100.00%)
Processing files after patches
|========================>| 1 / 1 (100.00%)

 OK     debian/docs/koha-create.xml

Processing additional checks OK!

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


More information about the Koha-bugs mailing list