From d5eb1f6dd4a016973ed3e82fd576488ff51f60e7 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 21 Feb 2024 21:18:17 +0100 Subject: [PATCH] 7.0.0b: add rabbitmq migration (#1237) Signed-off-by: Christian Berendt --- doc/source/notes/7.0.0b.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/notes/7.0.0b.rst b/doc/source/notes/7.0.0b.rst index 5a1e0ad1..7ce12c01 100644 --- a/doc/source/notes/7.0.0b.rst +++ b/doc/source/notes/7.0.0b.rst @@ -25,6 +25,13 @@ First things first the Keycloak service, do not upgrade the Keycloak service and contact us in advance. +* The switch from classic queue mirroring and durable queues to quorum queues + in RabbitMQ has not yet been tested and documented. So far, there is only the + `Kolla-Ansible documentation `_, + which requires all services to be stopped. We are still working on a better + approach. + General notes =============