https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417
--- Comment #343 from David Cook <[email protected]> --- (In reply to David Cook from comment #342) > The RabbitMQ website's own recommendation is to use newer versions of > RabbitMQ as per https://www.rabbitmq.com/install-debian.html. > > I will be trying https://bintray.com/rabbitmq/debian/rabbitmq-server shortly. A modified version of https://www.rabbitmq.com/install-debian.html#apt-bintray-quick-start: curl -fsSL https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc | sudo apt-key add - apt-get install apt-transport-https /etc/apt/sources.list.d/rabbitmq.list: deb https://dl.bintray.com/rabbitmq-erlang/debian bionic erlang deb https://dl.bintray.com/rabbitmq/debian bionic main apt-get update apt-get install rabbitmq-server -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
