https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39277
Bug ID: 39277
Summary: koha-common keeps bringing up RabbitMQ even if
disabled on purpose
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Installation and upgrade (command-line installer)
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Our current packaging schema is somehow messing with our deployment.
I have run
```shell
systemctl stop rabbitmq-server
systemctl disable rabbitmq-server
```
but after any routine upgrade it gets enabled again.
I haven't tracked it down but felt it was worth reporting.
There's also the situation you cannot install Koha via packages without
requiring rabbitmq, which is also problematic.
Even if you want to use it, we need more fine-grained control. Take Docker as
an example, in that context you want to run rabbit on a separate container, or
even reuse a single service for many (possibly remote) Koha instances. We
shouldn't be requiring it at all on a default setup.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/