File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,11 +226,11 @@ Replica Sets
226
226
- Ideally run :dbcommand:`compact` on a secondary. See option
227
227
``force`` above for information regarding compacting the primary.
228
228
229
- - Starting in MongoDB 5.1 (and 5. 0.3, 4.4.9, and 4.2.18): a secondary is
229
+ - Starting in MongoDB 5.0.3 (and 4.4.9 and 4.2.18): a secondary is
230
230
not available when :dbcommand:`compact` is running. The secondary does
231
231
not enter the :replstate:`RECOVERING` state.
232
232
233
- - For other MongoDB versions: on secondaries, :dbcommand:`compact`
233
+ - For previous MongoDB versions: on secondaries, :dbcommand:`compact`
234
234
forces the secondary to enter the :replstate:`RECOVERING` state. Read
235
235
operations issued to an instance in the :replstate:`RECOVERING` state
236
236
will fail. This prevents clients from reading during the operation.
You can’t perform that action at this time.
0 commit comments