Skip to content

Commit 26fb24a

Browse files
authored
* DOCSP-28291 Remove Debain 9 support for 6.0 (EOL'd) * remove tabs for debian 9 * enterprise * * * * * tabid
1 parent 9507f21 commit 26fb24a

7 files changed

+1
-40
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ content: |
3737
3838
sudo apt-get install libcurl4 libgssapi-krb5-2 libldap-2.4-2 libwrap0 libsasl2-2 libsasl2-modules libsasl2-modules-gssapi-mit snmp openssl liblzma5
3939
---
40-
ref: install-mongodb-enterprise-manually-debian-9
41-
content: |
42-
.. code-block:: bash
43-
44-
sudo apt-get install libcurl3 libgssapi-krb5-2 libldap-2.4-2 libwrap0 libsasl2-2 libsasl2-modules libsasl2-modules-gssapi-mit snmp openssl liblzma5
45-
---
4640
ref: install-mongodb-community-manually-debian-11
4741
content: |
4842
.. code-block:: bash

source/includes/fact-platform-support-debian.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ MongoDB {+version+} Community Edition supports the following
66

77
- Debian 10 "Buster"
88

9-
- Debian 9 "Stretch"
10-
119
MongoDB only supports the 64-bit versions of these platforms.
1210

1311
See :ref:`prod-notes-supported-platforms` for more information.

source/includes/fact-platform-support-enterprise-debian.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ MongoDB {+version+} Enterprise Edition supports the following
66

77
- Debian 10 "Buster"
88

9-
- Debian 9 "Stretch"
10-
119
MongoDB only supports the 64-bit versions of these platforms.
1210

1311
See :ref:`prod-notes-supported-platforms` for more information.

source/includes/steps-install-mongodb-enterprise-on-debian.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ content: |
2929
3030
echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+version+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
3131
32-
.. tab:: Debian 9 "Stretch"
33-
:tabid: debian-9-stretch
34-
35-
.. code-block:: bash
36-
37-
echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+version+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
38-
3932
If you'd like to install MongoDB Enterprise packages from a
4033
particular :ref:`release series <release-version-numbers>`, you can
4134
specify the release series of a version of MongoDB that is supported
@@ -60,12 +53,6 @@ content: |
6053
6154
echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+version-last+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-{+version-last+}.list
6255
63-
.. tab:: Debian 9 "Stretch"
64-
:tabid: debian-9-stretch
65-
66-
.. code-block:: bash
67-
68-
echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+version-last+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-{+version-last+}.list
6956
---
7057
stepnum: 3
7158
level: 4

source/includes/steps-install-mongodb-on-debian.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ content: |
3030
3131
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+version+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
3232
33-
.. tab:: Debian 9 "Stretch"
34-
:tabid: debian-9-stretch
35-
36-
.. code-block:: bash
37-
38-
echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+version+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
3933
---
4034
stepnum: 3
4135
level: 4

source/tutorial/install-mongodb-enterprise-on-debian-tarball.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Prerequisites
7575
.. tabs::
7676

7777
.. tab:: Debian 11 (Bullseye)
78-
:tabid: debian-10-buster
78+
:tabid: debian-11-bullseye
7979

8080
.. include:: /includes/extracts/install-mongodb-enterprise-manually-debian-11.rst
8181

@@ -85,11 +85,6 @@ Prerequisites
8585

8686
.. include:: /includes/extracts/install-mongodb-enterprise-manually-debian-10.rst
8787

88-
.. tab:: Debian 9 (Stretch)
89-
:tabid: debian-9-stretch
90-
91-
.. include:: /includes/extracts/install-mongodb-enterprise-manually-debian-9.rst
92-
9388
Procedure
9489
~~~~~~~~~
9590

source/tutorial/install-mongodb-on-debian-tarball.txt

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

8181
.. include:: /includes/extracts/install-mongodb-community-manually-debian-10.rst
8282

83-
.. tab:: Debian 9 (Stretch)
84-
:tabid: debian-9-stretch
85-
86-
.. include:: /includes/extracts/install-mongodb-community-manually-debian-9.rst
87-
8883
Procedure
8984
~~~~~~~~~
9085

0 commit comments

Comments
 (0)