CentOS 7 Support is Discontinued from May 2022 #4637
Unanswered
michaelklishin
asked this question in
Other
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the 1st of May 2022, RabbitMQ will discontinue support for CentOS 7.
Going forward, RabbitMQ will support Fedora, Rocky Linux, CentOS Stream 8,
and Centos Stream 9 when it goes GA.
The Reasons Why CentOS 7 is Being Discontinued
require OpenSSL 1.1 at a minimum for modern cryptography support in Erlang. With CentOS 7 still running on
OpenSSL 1.0, this is one of the reasons RabbitMQ needs to discontinue its use.
As a result, many projects including Erlang/OTP now require OpenSSL version 1.1.
What is Changing?
Learn more about RabbitMQ release series in RabbitMQ documentation.
now provide packages compatible with Fedora, Rocky Linux, CentOS Stream 8,
and Centos Stream 9.
What is not Changing?
The Actions You Must Complete
To use RabbitMQ 3.10 version onwards with a Red Hat family operating system, you must migrate your RabbitMQ deployments
to one of: Fedora, Rocky Linux, Red Hat Linux 8.5, CentOS Stream 8, or CentOS Stream 9. The ELevate project
is an emerging tool that makes it easier to migrate from CentOS 7 to a more modern Red Hat Linux family distribution.
Operating system migrations can be completed in several ways:
Note: If you want to or it is a requirement that you need to upgrade the OS, the kernel, Erlang/OTP, and RabbitMQ at the same time,
then it is highly recommended that you upgrade by either creating a new cluster and transferring the schema
to it or by completing the Blue/Green deployment upgrade process.
Beta Was this translation helpful? Give feedback.
All reactions