Skip to content

Commit 6906833

Browse files
authored
(DOCSP-24110) Adds RHEL 9/Ubuntu Jammy support, updates yum/apt to 6.0 (#761)
* (DOCSP-24110) Adds RHEL 9/Ubuntu Jammy support, updates yum/apt to 6.0 * Reorganizes tabs
1 parent ffeefa1 commit 6906833

File tree

3 files changed

+69
-35
lines changed

3 files changed

+69
-35
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ mcli = "MongoDB CLI"
179179
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
180180
mcli-version = "1.25.0"
181181
mdbagent = "MongoDB Agent"
182-
mdbVersion = "5.0"
182+
mdbVersion = "6.0"
183183
mongosh = ":binary:`~bin.mongosh`"
184184

185185
[substitutions]

source/includes/steps-install-mcli-apt.yaml

Lines changed: 66 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,50 @@ content: |
2828
2929
.. tabs::
3030
31-
.. tab:: Ubuntu 20.04 (Focal)
32-
:tabid: comm-focal
31+
.. tab:: Ubuntu
32+
:tabid: ubuntu
3333
34-
.. code-block:: sh
34+
.. tabs::
3535
36-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
36+
.. tab:: Ubuntu 22.04 (Jammy)
37+
:tabid: comm-jammy
3738
38-
.. tab:: Ubuntu 18.04 (Bionic)
39-
:tabid: comm-bionic
39+
.. code-block:: sh
4040
41-
.. code-block:: sh
41+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
4242
43-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
43+
.. tab:: Ubuntu 20.04 (Focal)
44+
:tabid: comm-focal
4445
45-
.. tab:: Debian 10 (Buster)
46-
:tabid: comm-deb-10
46+
.. code-block:: sh
4747
48-
.. code-block:: sh
48+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
4949
50-
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
50+
.. tab:: Ubuntu 18.04 (Bionic)
51+
:tabid: comm-bionic
5152
52-
.. tab:: Debian 9 (Stretch)
53-
:tabid: comm-deb-9
53+
.. code-block:: sh
5454
55-
.. code-block:: sh
55+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
5656
57-
echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
57+
.. tab:: Debian
58+
:tabid: debian
59+
60+
.. tabs::
61+
62+
.. tab:: Debian 10 (Buster)
63+
:tabid: comm-deb-10
64+
65+
.. code-block:: sh
66+
67+
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
68+
69+
.. tab:: Debian 9 (Stretch)
70+
:tabid: comm-deb-9
71+
72+
.. code-block:: sh
73+
74+
echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
5875
5976
.. tab:: MongoDB Enterprise Edition
6077
:tabid: mdb-comm
@@ -64,33 +81,50 @@ content: |
6481
6582
.. tabs::
6683
67-
.. tab:: Ubuntu 20.04 (Focal)
68-
:tabid: ent-focal
84+
.. tab:: Ubuntu
85+
:tabid: ubuntu
86+
87+
.. tabs::
88+
89+
.. tab:: Ubuntu 22.04 (Jammy)
90+
:tabid: ent-jammy
91+
92+
.. code-block:: sh
93+
94+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
95+
96+
.. tab:: Ubuntu 20.04 (Focal)
97+
:tabid: ent-focal
98+
99+
.. code-block:: sh
100+
101+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
69102
70-
.. code-block:: sh
103+
.. tab:: Ubuntu 18.04 (Bionic)
104+
:tabid: ent-bionic
71105
72-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
106+
.. code-block:: sh
73107
74-
.. tab:: Ubuntu 18.04 (Bionic)
75-
:tabid: ent-bionic
108+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
76109
77-
.. code-block:: sh
110+
.. tab:: Debian
111+
:tabid: debian
78112
79-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
113+
.. tabs::
80114
81-
.. tab:: Debian 10 (Buster)
82-
:tabid: ent-deb-10
115+
.. tab:: Debian 10 (Buster)
116+
:tabid: ent-deb-10
83117
84-
.. code-block:: sh
118+
.. code-block:: sh
85119
86-
echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
120+
echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
87121
88-
.. tab:: Debian 9 (Stretch)
89-
:tabid: ent-deb-9
122+
.. tab:: Debian 9 (Stretch)
123+
:tabid: ent-deb-9
90124
91-
.. code-block:: sh
125+
.. code-block:: sh
92126
93-
echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
127+
echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
94128
95129
---
96130
stepnum: 3

source/install/compatibility.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ systems:
4040
- 2012, 2012R2, 2016, 2019
4141
- ``x86-64``
4242
* - Red Hat Enterprise Linux / CentOS
43-
- 7, 8
43+
- 7, 8, 9
4444
- ``x86-64``, ``ARM``
4545
* - SUSE Linux Enterprise Server
4646
- 12, 15
4747
- ``x86-64``, ``ARM``
4848
* - Ubuntu
49-
- 18.04, 20.04
49+
- 18.04, 20.04, 22.04
5050
- ``x86-64``, ``ARM``
5151

5252
Atlas, Cloud Manager, and Ops Manager Versions

0 commit comments

Comments
 (0)