Skip to content

Commit 88414bf

Browse files
authored
DOCSP-27412 backport (#2374)
* DOCSP-27412 addresses 5.1 removed paramters build error * DOCSP-27412-backport
1 parent 46f1722 commit 88414bf

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

source/release-notes/5.1-compatibility.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Compatibility Changes in MongoDB 5.1
1414

1515
.. include:: /includes/rapid-release-short.rst
1616

17+
.. _`MongoDB Enterprise`: http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server
18+
1719
The following 5.1 changes can affect compatibility with older
1820
versions of MongoDB.
1921

@@ -57,7 +59,23 @@ Starting in MongoDB 5.1, these operators are removed:
5759
Removed Parameters
5860
------------------
5961

60-
.. include:: /includes/5.1/removed-parameters.rst
62+
MongoDB 5.1 removes the following server parameters:
63+
64+
.. list-table::
65+
:header-rows: 1
66+
:widths: 25 75
67+
68+
* - Removed Parameters
69+
- Description
70+
71+
* - :option:`--tlsFIPSMode <mongod --tlsFIPSMode>`
72+
- This option is removed from the MongoDB Community Edition. It
73+
is available in `MongoDB Enterprise`_ edition.
74+
75+
FIPS is not a supported feature in MongoDB Community Edition.
76+
If your installation uses FIPS anyway, you will need to
77+
:ref:`reconfigure your TLS/SSL connections
78+
<configure-mongod-mongos-for-tls-ssl>` before upgrading.
6179

6280
.. include:: /includes/5.1/removed-shell-parameters.rst
6381

0 commit comments

Comments
 (0)