Skip to content

Commit d5c2586

Browse files
committed
DOCS-11780, DOCS-11782: s390x rhel for community, ubuntu 18.04 for community and enterprise
1 parent 5bd9e06 commit d5c2586

11 files changed

+59
-34
lines changed

source/administration/production-notes.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ PPC64LE (MongoDB Enterprise Edition)
5151

5252
.. include:: /includes/fact-platform-ppc64le.rst
5353

54-
s390x (MongoDB Enterprise Edition)
55-
``````````````````````````````````
54+
s390x
55+
`````
5656

5757
.. include:: /includes/fact-platform-s390x.rst
5858

@@ -71,7 +71,8 @@ systems are recommended for production use:
7171
- RHEL / CentOS 6.2+
7272
- SLES 12
7373
- Ubuntu LTS 16.04
74-
- Windows Server 2012 & 2012 R2
74+
- Ubuntu LTS 18.04
75+
- Windows Server 2012 R2
7576

7677
.. seealso:: :ref:`prod-notes-platform-considerations`
7778

source/includes/fact-platform-arm64.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
:class: compatibility
55

66
* - Platform
7+
- 4.0 Community & Enterprise
8+
79
- 3.6 Community & Enterprise
810
- 3.4 Community & Enterprise
911
* - Ubuntu 16.04
1012
- |checkmark|
1113
- |checkmark|
14+
- |checkmark|

source/includes/fact-platform-ppc64le.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
:class: compatibility
55

66
* - Platform
7+
- 4.0 Enterprise
78
- 3.6 Enterprise
89
- 3.4 Enterprise
9-
* - RHEL/CentOS 7.1
10+
* - RHEL/CentOS 7
11+
- |checkmark|
1012
- |checkmark|
1113
- |checkmark|
1214
* - Ubuntu 16.04
1315
- |checkmark|
1416
- |checkmark|
17+
- |checkmark|
Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
.. admonition:: Platform Support EOL Notice
2-
3-
- Support for SLES 11 has been removed in MongoDB 3.2.20+, 3.4.15+, and 3.6.4+.
41

52
.. list-table::
63
:header-rows: 1
74
:stub-columns: 1
85
:class: compatibility
96

107
* - Platform
11-
- 4.0 Enterprise
8+
- 4.0 Community & Enterprise
129
- 3.6 Enterprise
1310
- 3.4 Enterprise
14-
* - RHEL/CentOS 7.2
15-
- |checkmark|
16-
- |checkmark|
11+
* - RHEL/CentOS 6
1712
- |checkmark|
18-
* - SLES 11
1913
-
20-
- EOL'd as of 3.6.4.
21-
- EOL'd as of 3.4.15.
22-
* - SLES 12
23-
- |checkmark|
24-
- |checkmark|
25-
- |checkmark|
26-
* - Ubuntu 16.04
27-
- |checkmark|
28-
- |checkmark|
29-
- |checkmark|
14+
-
15+

source/includes/fact-platform-x86_64.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
- 3.6 Community & Enterprise
1515
- 3.4 Community & Enterprise
1616
- 3.2 Community & Enterprise
17+
1718
* - Amazon Linux 2013.03 and later
1819
- |checkmark|
1920
- |checkmark|
2021
- |checkmark|
2122
- |checkmark|
23+
2224
* - Amazon Linux 2
2325
- |checkmark|
2426
-
@@ -80,19 +82,31 @@
8082
- |checkmark|
8183
- |checkmark|
8284
- |checkmark|
85+
* - Ubuntu 18.04
86+
- |checkmark|
87+
-
88+
-
89+
-
8390

8491
* - Windows Vista
8592
-
8693
-
8794
- |checkmark|
8895
- |checkmark|
8996

90-
* - Windows 7/Server 2008 R2 and later
97+
* - Windows 7/Server 2008 R2
9198
- |checkmark|
9299
- |checkmark|
93100
- |checkmark|
94101
- |checkmark|
95-
* - macOS 10.7 and later
102+
103+
* - Windows 8/2012 R2 and later
104+
- |checkmark|
105+
-
106+
-
107+
-
108+
109+
* - macOS 10.11 and later
96110
- |checkmark|
97111
- |checkmark|
98112
- |checkmark|

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ action:
2424
2525
echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
2626
27+
Ubuntu 18.04
28+
.. code-block:: sh
29+
30+
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
31+
2732
- pre: |
2833
If you'd like to install MongoDB Enterprise packages from a
2934
particular :ref:`release series <release-version-numbers>` such as

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ action:
3131
.. code-block:: sh
3232
3333
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
34+
35+
Ubuntu 18.04
36+
.. code-block:: sh
37+
38+
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
39+
3440
---
3541
title: Reload local package database.
3642
stepnum: 3

source/installation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ PPC64LE (MongoDB Enterprise Edition)
5656

5757
.. include:: /includes/fact-platform-ppc64le.rst
5858

59-
s390x (MongoDB Enterprise Edition)
60-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59+
s390x
60+
~~~~~
6161

6262
.. include:: /includes/fact-platform-s390x.rst
6363

source/release-notes/4.0.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,18 @@ deprecated:
483483
Platform Support
484484
----------------
485485

486-
- MongoDB 4.0 adds support for
487-
:doc:`Amazon Linux 2 </tutorial/install-mongodb-on-amazon>` and
488-
:doc:`Debian 9 "Stretch" </tutorial/install-mongodb-on-debian>`.
489486

490-
- MongoDB 4.0 binaries for macOS support TLS 1.2.
487+
- MongoDB 4.0 (Community & Enterprise) adds support for:
488+
489+
- :doc:`Amazon Linux 2 </tutorial/install-mongodb-on-amazon>`
490+
491+
- :doc:`Debian 9 "Stretch" </tutorial/install-mongodb-on-debian>`
492+
493+
- :doc:`Ubuntu 18.04 </tutorial/install-mongodb-on-ubuntu>`
494+
495+
- MongoDB 4.0 (Community) adds support for:
496+
497+
- s390x RHEL 6.x
491498

492499
- MongoDB 4.0 does not support SLES 11.
493500
Support for SLES 11 has also been removed in MongoDB 3.2.20+,
@@ -500,6 +507,8 @@ Platform Support
500507
Refer to :ref:`prod-notes-supported-platforms` for the full platform
501508
support matrix.
502509

510+
- MongoDB 4.0 binaries for macOS support TLS 1.2.
511+
503512

504513
General Improvements
505514
--------------------

source/tutorial/install-mongodb-enterprise-on-os-x.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ related to security and monitoring.
1616

1717
.. include:: /includes/3.6-osx-platform.rst
1818

19-
MongoDB only supports macOS versions 10.7 (Lion) and later on Intel x86-64.
20-
Versions of MongoDB Enterprise prior to 3.2 did not support macOS.
19+
MongoDB only supports macOS versions 10.11 and later on Intel x86-64.
2120

2221
.. note::
2322

source/tutorial/install-mongodb-on-os-x.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Use this tutorial to install MongoDB Community Edition on macOS systems.
1919

2020
.. include:: /includes/3.6-osx-platform.rst
2121

22-
Starting in version 3.0, MongoDB only supports macOS versions 10.7 (Lion)
23-
and later on Intel x86-64.
22+
MongoDB only supports macOS versions 10.11 and later on Intel x86-64.
2423

2524
You may download MongoDB Community Edition through either the `MongoDB
2625
Download Center <https://www.mongodb.com/download-center#production>`_ or the

0 commit comments

Comments
 (0)