rabbitmq cluster upgrade fails #8593
-
Hello - I'm trying to upgrade rabbitmq 3 node cluster using helm from version rabbitmq-8.31.5 to rabbitmq:12.0.1. However, we see the following error
I even tried to enable the feature and I get the same error. Any ideas on how to fix this error ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Those versions are not RabbitMQ versions. My guess is that they are Bitnami image versions. See the Upgrade guide, in particular the RabbitMQ Version Upgradeability section. Bitnami 12.x chart seems to ship RabbitMQ 3.12. By this logic, 8.x ships 3.8, which cannot be upgraded directly to 3.12, or even 3.11. Consider using Blue/Green deployment upgrade strategy or upgrade one major at a time. |
Beta Was this translation helpful? Give feedback.
-
hi ,the same |
Beta Was this translation helpful? Give feedback.
-
Bruh, I used the official Debian images and this happened after upgrade |
Beta Was this translation helpful? Give feedback.
Those versions are not RabbitMQ versions. My guess is that they are Bitnami image versions.
See the Upgrade guide, in particular the RabbitMQ Version Upgradeability section.
Bitnami 12.x chart seems to ship RabbitMQ 3.12. By this logic, 8.x ships 3.8, which cannot be upgraded directly to 3.12, or even 3.11. Consider using Blue/Green deployment upgrade strategy or upgrade one major at a time.