File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Compatibility Changes in MongoDB 5.1
14
14
15
15
.. include:: /includes/rapid-release-short.rst
16
16
17
+ .. _`MongoDB Enterprise`: http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server
18
+
17
19
The following 5.1 changes can affect compatibility with older
18
20
versions of MongoDB.
19
21
@@ -57,7 +59,23 @@ Starting in MongoDB 5.1, these operators are removed:
57
59
Removed Parameters
58
60
------------------
59
61
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.
61
79
62
80
.. include:: /includes/5.1/removed-shell-parameters.rst
63
81
You can’t perform that action at this time.
0 commit comments