Skip to content

Commit 30b81ec

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-33784-capped-remediation (#175)
* DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation * DOCSP-33784-capped-remediation --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent e060461 commit 30b81ec

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

source/reference/disaster-recovery.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ following changes:
5555
If synchronization was started with write blocking, disable the Write
5656
Block Mode.
5757

58+
* - :ref:`Capped Collections <c2c-dr-capped-collections>`
59+
- Synchronization sets capped collections to the maximum allowable
60+
size. To set your required maximum size, use the
61+
:dbcommand:`collMod` command.
5862

5963
.. _c2c-dr-unique:
6064

@@ -104,7 +108,6 @@ to ``MAX_INT`` for :ref:`TTL indexes
104108
<index-feature-ttl>`. To reset ``expireAfterSeconds``, use the
105109
:dbcommand:`collMod` command to change the expiration value.
106110

107-
108111
.. _c2c-dr-hidden:
109112

110113
Hidden Indexes
@@ -137,3 +140,11 @@ To enable writes, update :dbcommand:`setUserWriteBlockMode`:
137140
}
138141
)
139142

143+
.. _c2c-dr-capped-collections:
144+
145+
Capped Collections
146+
------------------
147+
148+
During synchronization, capped collections are set to the maximum
149+
allowable size. To set your required maximum size, use the ``collMod``
150+
command. For details, see :ref:`resize-capped-collection`.

0 commit comments

Comments
 (0)