Rabbitmq 3.8.35 and erlang 25 #6409
-
I upgrade cluster from 3.8.9 to 3.9.35 following instruction https://www.rabbitmq.com/install-debian.html#apt-cloudsmith And it automatically pick erlang 25, is it expected?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
In here it says that 3.8.x compatible with erlang from 23.2 to 24.3 |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ no longer caps the maximum supported Erlang version, including for latest 3.8 (which has reached end of life) Those who want to always use the exact version can use version pinning which will break when the pinned version is phased out of support (like Erlang 23 had been earlier this year). By far the best option is stay on the latest minor release and upgrade it to the latest available patch release reasonably recently. That automatically means support for the two latest major Erlang release series. |
Beta Was this translation helpful? Give feedback.
RabbitMQ no longer caps the maximum supported Erlang version, including for latest 3.8 (which has reached end of life)
Those who want to always use the exact version can use version pinning which will break when the pinned version is phased out of support (like Erlang 23 had been earlier this year).
By far the best option is stay on the latest minor release and upgrade it to the latest available patch release reasonably recently. That automatically means support for the two latest major Erlang release series.