Skip to content

Commit cc22c5b

Browse files
authored
DOCSP-41017 Remove support for Debian 10, RHEL 7.0, and Amazon 2 (#553)
* DOCSP-41017 Remove support for Debian 10, RHEL 7.0, and Amazon 2 * Fix table * Revert "DOCSP-41017 Remove support for Debian 10, RHEL 7.0, and Amazon 2" This reverts commit f52369503db187389b5b2e12985383c79714424d. * Fix install page * Rm from Enterprise --------- Co-authored-by: pierwill <[email protected]>
1 parent 9c345eb commit cc22c5b

File tree

2 files changed

+3
-43
lines changed

2 files changed

+3
-43
lines changed

source/compatibility.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ systems:
2424
- Operating System Version
2525
- Architecture
2626
* - Amazon Linux
27-
- 2, 2023
27+
- 2023
2828
- ``x86-64``, ``ARM``
2929
* - Debian
30-
- 10, 11, 12
30+
- 11, 12
3131
- ``x86-64``, ``ARM``
3232
* - MacOS
3333
- 12.0 and later
@@ -39,7 +39,7 @@ systems:
3939
- 2012, 2012R2, 2016, 2019
4040
- ``x86-64``
4141
* - Red Hat Enterprise Linux / CentOS
42-
- 7, 8, 9
42+
- 8, 9
4343
- ``x86-64``, ``ARM``
4444
* - SUSE Linux Enterprise Server
4545
- 12, 15

source/install-atlas-cli.txt

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,6 @@ Follow These Steps
156156
enabled=1
157157
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
158158

159-
.. tab:: Amazon Linux 2
160-
:tabid: amazon2
161-
162-
.. code-block:: text
163-
:emphasize-lines: 1
164-
165-
[mongodb-org-{+mdbVersion+}]
166-
name=MongoDB Repository
167-
baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/{+mdbVersion+}/x86_64/
168-
gpgcheck=1
169-
enabled=1
170-
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
171-
172159
.. tab:: Amazon Linux 2023
173160
:tabid: amazon2023
174161

@@ -206,19 +193,6 @@ Follow These Steps
206193
enabled=1
207194
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
208195

209-
.. tab:: Amazon Linux 2
210-
:tabid: amazon2
211-
212-
.. code-block:: text
213-
:emphasize-lines: 1
214-
215-
[mongodb-enterprise-{+mdbVersion+}]
216-
name=MongoDB Enterprise Repository
217-
baseurl=https://repo.mongodb.com/yum/amazon/2/mongodb-enterprise/{+mdbVersion+}/$basearch/
218-
gpgcheck=1
219-
enabled=1
220-
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
221-
222196
.. tab:: Amazon Linux 2023
223197
:tabid: amazon2023
224198

@@ -341,13 +315,6 @@ Follow These Steps
341315

342316
echo "deb http://repo.mongodb.org/apt/debian bullseye/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
343317

344-
.. tab:: Debian 10 (Buster)
345-
:tabid: comm-deb-10
346-
347-
.. code-block:: sh
348-
349-
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
350-
351318
.. tab:: MongoDB Enterprise Edition
352319
:tabid: mdb-ent
353320

@@ -401,13 +368,6 @@ Follow These Steps
401368

402369
echo "deb http://repo.mongodb.com/apt/debian bullseye/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
403370

404-
.. tab:: Debian 10 (Buster)
405-
:tabid: ent-deb-10
406-
407-
.. code-block:: sh
408-
409-
echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
410-
411371
.. step:: Refresh the package database.
412372

413373
Invoke the following ``apt`` command:

0 commit comments

Comments
 (0)