File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,19 @@ similarly to how [3.11.0 required all feature flags introduced before 3.9.0](htt
59
59
60
60
If the feature flags are not enabled, RabbitMQ 3.12 and later nodes will refuse to start.
61
61
62
+ ### Upgrading to Erlang 26 and RabbitMQ 3.12 at the Same Time
63
+
64
+ When upgrading from 3.11.x on Erlang 25 to 3.12.x on Erlang 26,
65
+ the cluster must be on ** at least version 3.11.17** for a [ safe upgrade] ( https://github.com/rabbitmq/ra/pull/369 ) of quorum queues.
66
+
67
+ Alternatively, it is possible to upgrade all nodes to 3.12.0 on Erlang 25 from an earlier
68
+ 3.11.x version, then upgrade the 3.12 cluster to Erlang 26.
69
+
62
70
### Mixed version cluster compatibility
63
71
64
- RabbitMQ 3.12.0 nodes can run alongside ` 3.11.x ` nodes. ` 3.12.x ` -specific features can only be made available when all nodes in the cluster
72
+ RabbitMQ 3.12.0 nodes can run alongside ` 3.11.x ` nodes starting with ` 3.11.17 ` .
73
+
74
+ ` 3.12.x ` -specific features can only be made available when all nodes in the cluster
65
75
upgrade to 3.12.0 or any other patch release in the new series.
66
76
67
77
While operating in mixed version mode, some aspects of the system may not behave as expected. The list of known behavior changes is covered below.
@@ -71,7 +81,6 @@ Mixed version clusters are a mechanism that allows rolling upgrade and are not m
71
81
periods of time (no more than a few hours).
72
82
73
83
74
-
75
84
## Compatibility Notes
76
85
77
86
### More Feature Flags Gratuate to Core Features ("Always Enabled")
You can’t perform that action at this time.
0 commit comments