Hi All,
I have a test Rabbit cluster with 3 ubuntu18 nodes - Rabbit 3.8.9 Erlang 23.1.4
Trying to upgrade the cluster to Rabbit 3.10.0 Erlang 24.3.3
I have removed the first node from the cluster + uninstalled Erlang & Rabbit + installed the new versions for both.
Trying to start the new node with only the relevant Feature Flags,
However the node is unable to start when I set it in the /etc/rabbitmq/rabbitmq.conf
The file is empty, I have tried both these options, but the service is unable to start with it:
1. RABBITMQ_FEATURE_FLAGS=quorum_queue,implicit_default_bindings2. {rabbit, [{forced_feature_flags_on_init, [quorum_queue, implicit_default_bindings]}]}Any help appreciated, Tnx Yaniv