'Upgrade from RabbitMQ 3.6.9 to 3.8 Windows server(Erlang 20.01)

Can you help with the RabbitMQ update?

I need to upgrade from version 3.6.9 to version 3.8

Erlang version 20.01

What steps do I need to follow?



Solution 1:[1]

https://www.google.com/search?q=site%3Arabbitmq.com+upgrade

...leads directly to this page:

https://www.rabbitmq.com/upgrade.html

...which links to this table in the same page:

https://www.rabbitmq.com/upgrade.html#rabbitmq-version-upgradability

Yes, you will have to upgrade to version 3.8 if you wish to keep your existing data. You should also consider doing a "blue green" upgrade (https://www.rabbitmq.com/blue-green-upgrade.html).


NOTE: the RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Luke Bakken