@@ -20,10 +20,10 @@ You can back up your MongoDB deployment.
2020
2121.. tabs::
2222
23- .. tab:: FCV 4.2 or later
23+ .. tab:: |fcv| 4.2 or later
2424 :tabid: fcv42
2525
26- .. tab:: FCV 4.0 or earlier
26+ .. tab:: |fcv| 4.0 or earlier
2727 :tabid: fcv40
2828
2929Prerequisites
@@ -44,26 +44,20 @@ A Replica Set must:
4444.. tabs::
4545 :hidden:
4646
47- .. tab:: FCV 4.2 or later
47+ .. tab:: |fcv| 4.2 or later
4848 :tabid: fcv42
4949
50- - Be monitored by |mms|.
51-
52- - Run MongoDB Enterprise with an |fcv| of 4.2 or later.
53-
54- - Have an active :manual:`primary </reference/glossary/#std-term-primary>` node.
55-
56- - Have one node with :manual:`WiredTiger </core/wiredtiger>` set
57- as its :ref:`storage engine <considerations-backup-storage-engine>`.
58-
59- .. tab:: FCV 4.0 or earlier
60- :tabid: fcv40
61-
62- - Be monitored by |mms|.
50+ .. tabs::
51+ :hidden:
6352
64- - Run MongoDB version 2.6 to 4.0.
53+ .. tab:: |fcv| 4.2 or later
54+ :tabid: fcv42
6555
66- - Have an active :manual:`primary </reference/glossary/#std-term-primary>` node.
56+ - Be monitored by |mms|.
57+ - Run MongoDB Enterprise with an |fcv| of 4.2 or later.
58+ - Have an active :manual:`primary </reference/glossary/#std-term-primary>` node.
59+ - Have one node with :manual:`WiredTiger </core/wiredtiger>` set as its
60+ :ref:`storage engine <considerations-backup-storage-engine>`.
6761
6862Sharded Cluster Requirements
6963~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -73,39 +67,27 @@ A Sharded Cluster must:
7367.. tabs::
7468 :hidden:
7569
76- .. tab:: FCV 4.2 or later
70+ .. tab:: |fcv| 4.2 or later
7771 :tabid: fcv42
7872
79- - Be monitored by |mms|.
80-
81- - Run MongoDB Enterprise with an |fcv| of 4.2 or later on all
82- nodes including the config server.
83-
84- - Have an active :manual:`primary </reference/glossary/#std-term-primary>` node of each shard and the
85- config server.
86-
87- - Have one node per shard or config server with
88- :manual:`WiredTiger </core/wiredtiger>` set as its
89- :ref:`storage engine <considerations-backup-storage-engine>`.
90-
91- .. tab:: FCV 4.0 or earlier
92- :tabid: fcv40
93-
94- - Be monitored by |mms| including at least one |mongos| in the
95- cluster.
96-
97- - Run MongoDB version 2.6 to 4.0.
73+ .. tabs::
74+ :hidden:
9875
99- - Have all :manual:`config servers </reference/glossary/#std-term-config-server>` running. The
100- config server |mongod| processes must be started with either
101- the ``--configsvr`` command line option or the
102- ``{ "clusterRole": "configsvr" }`` setting in the ``mongod``
103- configuration file.
76+ .. tab:: |fcv| 4.2 or later
77+ :tabid: fcv42
10478
105- - Complete the balancing round in less than one hour.
79+ - Be monitored by |mms|.
80+ - Run MongoDB Enterprise with an |fcv| of 4.2 or later on all nodes
81+ including the config server.
82+ - Have an active :manual:`primary
83+ </reference/glossary/#std-term-primary>` node of each shard and the
84+ config server.
85+ - Have one node per shard or config server with :manual:`WiredTiger
86+ </core/wiredtiger>` set as its :ref:`storage engine
87+ <considerations-backup-storage-engine>`.
10688
107- MongoDB FCV 4.2 Compatibility
108- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89+ MongoDB Compatibility
90+ ~~~~~~~~~~~~~~~~~~~~~
10991
11092All |fcv| 4.2 and later databases must fulfill the appropriate
11193:ref:`backup considerations <4.2-backup-considerations>`.
@@ -126,7 +108,7 @@ Procedure
126108.. tabs::
127109 :hidden:
128110
129- .. tab:: FCV 4.2 or later
111+ .. tab:: |fcv| 4.2 or later
130112 :tabid: fcv42
131113
132114 You can back up your entire MongoDB deployment.
@@ -139,7 +121,7 @@ Procedure
139121
140122 .. include:: /includes/steps/create-backup-wt.rst
141123
142- .. tab:: FCV 4.0 or earlier
124+ .. tab:: |fcv| 4.0 or earlier
143125 :tabid: fcv40
144126
145127 You can choose to back up all databases and collections in your
0 commit comments