Skip to content

Commit a770ef5

Browse files
(DOCS-15647): Add support for RHEL 9 (#2178)
* WIP * (DOCS-15647): Add support for RHEL 9
1 parent bfc5461 commit a770ef5

8 files changed

+31
-5
lines changed

source/administration/production-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ systems are recommended for production use on ``x86_64`` architecture:
109109

110110
- Amazon Linux 2
111111
- Debian 10
112-
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 7 and 8 [#rocky-almalinux]_
112+
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 7, 8, and 9 [#rocky-almalinux]_
113113
- SLES 12 and 15
114114
- Ubuntu LTS 18.04 and 20.04
115115
- Windows Server 2016 and 2019

source/includes/extracts-install-mongodb-manually.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,12 @@ content: |
8686
8787
sudo apt-get install libcurl3 openssl liblzma5
8888
---
89-
90-
89+
ref: install-mongodb-enterprise-manually-redhat-9
90+
content: |
91+
.. code-block:: bash
92+
93+
sudo yum install cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs libcurl net-snmp openldap openssl xz-libs
94+
---
9195
ref: install-mongodb-enterprise-manually-redhat-8
9296
content: |
9397
.. code-block:: bash

source/includes/fact-platform-support-enterprise-red-hat.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ MongoDB {+version+} Enterprise Edition supports the following
1515
Oracle Linux [#oracle-linux]_, Rocky Linux, and AlmaLinux [#rocky-almalinux]_
1616
on :ref:`x86_64 <prod-notes-supported-platforms-x86_64>` architecture:
1717

18+
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS / Oracle / Rocky / Alma 9
19+
1820
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS / Oracle / Rocky / Alma 8
1921

2022
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS / Oracle 7
@@ -41,4 +43,3 @@ See :ref:`prod-notes-supported-platforms` for more information.
4143
compatible with and supported on Rocky Linux version 8.0+ and
4244
AlmaLinux version 8.0+, contingent upon those distributions meeting
4345
their obligation to deliver full RHEL compatibility.
44-

source/includes/fact-platform-support-red-hat.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Oracle Linux [#oracle-linux]_, Rocky Linux, and AlmaLinux
1414
[#rocky-almalinux-note]_
1515
on :ref:`x86_64 <prod-notes-supported-platforms-x86_64>` architecture:
1616

17+
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS / Oracle / Rocky / AlmaLinux 9
18+
1719
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS / Oracle / Rocky / AlmaLinux 8
1820

1921
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS / Oracle 7
@@ -41,4 +43,3 @@ See :ref:`prod-notes-supported-platforms` for more information.
4143
compatible with and supported on Rocky Linux version 8.0+ and
4244
AlmaLinux version 8.0+, contingent upon those distributions meeting their
4345
obligation to deliver full RHEL compatibility.
44-

source/release-notes/6.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,17 @@ Starting in MongoDB 5.1, there is a new SE Linux Policy for:
341341
running on Red Hat Linux. The SELinux policy is for use with default
342342
installations using ``rpm`` installer packages.
343343

344+
Platform Support
345+
----------------
346+
347+
MongoDB 6.0.3 introduces support for :abbr:`RHEL (Red Hat Enterprise
348+
Linux)` / CentOS / Oracle / Rocky / AlmaLinux 9.
349+
350+
To install MongoDB on :abbr:`RHEL (Red Hat Enterprise Linux)`, see:
351+
352+
- :ref:`install-mongodb-community-rhel`
353+
- :ref:`install-mongodb-enterprise-rhel`
354+
344355
Replica Sets
345356
------------
346357

source/tutorial/install-mongodb-enterprise-on-red-hat-tarball.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Prerequisites
7474

7575
.. tabs::
7676

77+
.. tab:: RHEL / CentOS 9
78+
:tabid: rhel-centos-9
79+
80+
.. include:: /includes/extracts/install-mongodb-enterprise-manually-redhat-9.rst
81+
7782
.. tab:: RHEL / CentOS 8
7883
:tabid: rhel-centos-8
7984

source/tutorial/install-mongodb-enterprise-on-red-hat.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _install-mongodb-enterprise-rhel:
2+
13
=======================================================
24
Install MongoDB Enterprise Edition on Red Hat or CentOS
35
=======================================================

source/tutorial/install-mongodb-on-red-hat.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _install-mongodb-community-rhel:
2+
13
======================================================
24
Install MongoDB Community Edition on Red Hat or CentOS
35
======================================================

0 commit comments

Comments
 (0)