File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change
1
+ The ``noPadding `` and ``usePowerOf2Sizes `` MMAPv1 options for the
2
+ :dbcommand: `collMod ` command are removed. Do not use those options
3
+ because upgrading from MongoDB 4.0 to 4.2 causes the 4.2 :ref: `secondary
4
+ members <replica-set-secondary-members>` to immediately halt.
Original file line number Diff line number Diff line change @@ -29,10 +29,7 @@ Definition
29
29
30
30
.. note:: Starting in MongoDB 4.2
31
31
32
-
33
- - MongoDB removes the MMAPv1 storage engine and the MMAPv1
34
- specific options ``noPadding`` and ``usePowerOf2Sizes`` for
35
- :dbcommand:`collMod`.
32
+ - .. include:: /includes/collMod-note.rst
36
33
37
34
- .. include:: /includes/extracts/views-restriction-output-to-disk.rst
38
35
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Upgrade a Replica Set to 4.2
16
16
17
17
.. include:: /includes/upgrade-copy.rst
18
18
19
+ .. note:: Starting in MongoDB 4.2
20
+
21
+ .. include:: /includes/collMod-note.rst
22
+
19
23
.. |downgrading| replace:: :doc:`downgrading </release-notes/4.2-downgrade-replica-set>`
20
24
21
25
Read Concern Majority (3-Member Primary-Secondary-Arbiter Architecture)
Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ Change Replica Set to WiredTiger
5
5
.. default-domain:: mongodb
6
6
7
7
8
- .. note::
8
+ .. note:: Starting in MongoDB 4.2
9
+
10
+ - .. include:: /includes/collMod-note.rst
9
11
10
- Starting in version 4.2, MongoDB removes the deprecated MMAPv1
11
- storage engine. If upgrading to MongoDB 4.2 from a MongoDB 4.0
12
- deployment that uses MMAPv1, you must upgrade to WiredTiger.
12
+ - MongoDB removes the deprecated MMAPv1 storage engine. If you're
13
+ upgrading to MongoDB 4.2 from a MongoDB 4.0 deployment that uses
14
+ MMAPv1, you must upgrade to WiredTiger.
13
15
14
16
Use this tutorial to update a replica set to use :ref:`WiredTiger
15
17
<storage-wiredtiger>`. The procedure updates the replica set in a
You can’t perform that action at this time.
0 commit comments