Skip to content

Commit 0ad9fc8

Browse files
authored
Docsp 21943 Update Supported Platform Matrix v5.0 (#966)
* DOCSP-21943 shared include init * adjust * remove old rst table * adjust shared include * reup * adjust * add installation page shared include * adjusted header in shared * adjust headers * remove debian 9 from recommended platforms * removing ref for containers
1 parent 3bf6010 commit 0ad9fc8

File tree

3 files changed

+14
-63
lines changed

3 files changed

+14
-63
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name = "docs"
22
title = "MongoDB Manual"
33

4+
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
5+
46
intersphinx = [ "https://pymongo.readthedocs.io/en/stable/objects.inv",
57
"https://motor.readthedocs.io/en/stable/objects.inv",
68
"https://docs.atlas.mongodb.com/objects.inv",

source/administration/production-notes.txt

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,26 @@ especially when running in production.
2727

2828
.. include:: /includes/fact-mms-summary.rst
2929

30-
MongoDB Binaries
30+
Platform Support
3131
----------------
3232

3333
.. _prod-notes-supported-platforms:
3434

35-
Supported Platforms
36-
~~~~~~~~~~~~~~~~~~~
37-
3835
For running **in production**, refer to the
3936
:ref:`prod-notes-recommended-platforms` for operating system
4037
recommendations.
4138

39+
Platform Support Notes
40+
----------------------
41+
4242
.. note::
4343

4444
.. include:: /includes/extracts/4.0-errata-wt-4018.rst
4545

4646
For details, see :issue:`WT-4018`.
4747

48-
.. _prod-notes-supported-platforms-x86_64:
49-
5048
x86_64
51-
``````
49+
~~~~~~
5250

5351
MongoDB requires the following minimum ``x86_64`` microarchitectures:
5452
[#microarch-intel]_
@@ -66,8 +64,6 @@ Starting in MongoDB 5.0, :binary:`~bin.mongod`, :binary:`~bin.mongos`,
6664
and the legacy :binary:`~bin.mongo` shell no longer support ``x86_64``
6765
platforms which do not meet this minimum microarchitecture requirement.
6866

69-
.. include:: /includes/fact-platform-x86_64.rst
70-
7167
.. [#oracle-linux]
7268

7369
MongoDB only supports Oracle Linux running the Red Hat Compatible
@@ -83,7 +79,7 @@ platforms which do not meet this minimum microarchitecture requirement.
8379
.. _prod-notes-supported-platforms-ARM64:
8480

8581
ARM64
86-
`````
82+
~~~~~
8783

8884
MongoDB on ``arm64`` requires the *ARMv8.2-A* or later
8985
microarchitecture.
@@ -92,33 +88,14 @@ Starting in MongoDB 5.0, :binary:`~bin.mongod`, :binary:`~bin.mongos`,
9288
and the legacy :binary:`~bin.mongo` shell no longer support ``arm64``
9389
platforms which do not meet this minimum microarchitecture requirement.
9490

95-
.. include:: /includes/fact-platform-arm64.rst
96-
91+
.. _prod-notes-supported-platforms-x86_64:
9792
.. _prod-notes-supported-platforms-PPC64LE:
98-
99-
PPC64LE (MongoDB Enterprise Edition)
100-
````````````````````````````````````
101-
102-
.. include:: /includes/fact-platform-ppc64le.rst
103-
10493
.. _prod-notes-supported-platforms-s390x:
10594

106-
s390x (MongoDB Community Edition)
107-
`````````````````````````````````
108-
109-
.. include:: /includes/fact-platform-s390x-community.rst
110-
111-
s390x (MongoDB Enterprise Edition)
112-
``````````````````````````````````
113-
114-
.. include:: /includes/fact-platform-s390x-enterprise.rst
115-
116-
.. _prod-notes-supported-platforms-containers:
117-
118-
Containers
119-
``````````
95+
Platform Support Matrix
96+
-----------------------
12097

121-
.. include:: /includes/fact-platform-containers.rst
98+
.. sharedinclude:: server/platform-support/platform-support.rst
12299

123100
.. _prod-notes-recommended-platforms:
124101

@@ -129,7 +106,7 @@ While MongoDB supports a variety of platforms, the following operating
129106
systems are recommended for production use on ``x86_64`` architecture:
130107

131108
- Amazon Linux 2
132-
- Debian 9 and 10
109+
- Debian 10
133110
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 7 and 8
134111
- SLES 12 and 15
135112
- Ubuntu LTS 18.04 and 20.04

source/installation.txt

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -101,42 +101,14 @@ Supported Platforms
101101

102102
MongoDB no longer supports 32-bit x86 platforms.
103103

104-
x86_64
105-
~~~~~~
106-
107-
.. include:: /includes/fact-platform-x86_64.rst
104+
.. sharedinclude:: server/platform-support/platform-support.rst
108105

109106
.. [#oracle-linux]
110107

111108
MongoDB only supports Oracle Linux running the Red Hat Compatible
112109
Kernel (RHCK). MongoDB does **not** support the Unbreakable
113110
Enterprise Kernel (UEK).
114111

115-
ARM64
116-
~~~~~
117-
118-
.. include:: /includes/fact-platform-arm64.rst
119-
120-
PPC64LE (MongoDB Enterprise Edition)
121-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122-
123-
.. include:: /includes/fact-platform-ppc64le.rst
124-
125-
s390x (MongoDB Community Edition)
126-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127-
128-
.. include:: /includes/fact-platform-s390x-community.rst
129-
130-
s390x (MongoDB Enterprise Edition)
131-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132-
133-
.. include:: /includes/fact-platform-s390x-enterprise.rst
134-
135-
Containers
136-
~~~~~~~~~~
137-
138-
.. include:: /includes/fact-platform-containers.rst
139-
140112
.. toctree::
141113
:hidden:
142114
:titlesonly:

0 commit comments

Comments
 (0)