Skip to content

Commit 25759ac

Browse files
authored
Docsp-21943 Update Supported Platform Matrix v4.4 (#968)
* 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 * fix * fix headers on production notes
1 parent 4336982 commit 25759ac

File tree

3 files changed

+18
-57
lines changed

3 files changed

+18
-57
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: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ 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-
~~~~~~~~~~~~~~~~~~~
35+
Platform Support Notes
36+
----------------------
3737

3838
For running **in production**, refer to the
3939
:ref:`prod-notes-recommended-platforms` for operating system
@@ -45,10 +45,8 @@ recommendations.
4545

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

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

5351
.. include:: /includes/fact-platform-x86_64.rst
5452

@@ -61,35 +59,24 @@ x86_64
6159
.. _prod-notes-supported-platforms-ARM64:
6260

6361
ARM64
64-
`````
65-
66-
.. include:: /includes/fact-platform-arm64.rst
67-
68-
.. _prod-notes-supported-platforms-PPC64LE:
62+
~~~~~
6963

70-
PPC64LE (MongoDB Enterprise Edition)
71-
````````````````````````````````````
64+
MongoDB on ``arm64`` requires the *ARMv8.2-A* or later
65+
microarchitecture.
7266

73-
.. include:: /includes/fact-platform-ppc64le.rst
67+
Starting in MongoDB 5.0, :binary:`~bin.mongod`, :binary:`~bin.mongos`,
68+
and the legacy :binary:`~bin.mongo` shell no longer support ``arm64``
69+
platforms which do not meet this minimum microarchitecture requirement.
7470

71+
.. _prod-notes-supported-platforms-x86_64:
72+
.. _prod-notes-supported-platforms-PPC64LE:
7573
.. _prod-notes-supported-platforms-s390x:
76-
77-
s390x (MongoDB Community Edition)
78-
`````````````````````````````````
79-
80-
.. include:: /includes/fact-platform-s390x-community.rst
81-
82-
s390x (MongoDB Enterprise Edition)
83-
``````````````````````````````````
84-
85-
.. include:: /includes/fact-platform-s390x-enterprise.rst
86-
8774
.. _prod-notes-supported-platforms-containers:
8875

89-
Containers
90-
``````````
76+
Platform Support Matrix
77+
-----------------------
9178

92-
.. include:: /includes/fact-platform-containers.rst
79+
.. sharedinclude:: server/platform-support/platform-support.rst
9380

9481
.. _prod-notes-recommended-platforms:
9582

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)