File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resync a Backup
13
13
.. note::
14
14
15
15
You don't need to resync MongoDB databases that run with an
16
- |fcv-link| of 4.2.
16
+ |fcv-link| of 4.2 or later .
17
17
18
18
When a backup becomes out of sync with the MongoDB deployment, |mms|
19
19
produces a ``Backup requires a resync`` alert. If you
@@ -43,7 +43,8 @@ and |mms| does not produce any new snapshots.
43
43
44
44
.. note::
45
45
46
- For production deployments, you should resync all backups annually.
46
+ For production deployments with an |fcv-link| of 4.0 or earlier, you
47
+ should resync all backups annually.
47
48
48
49
.. important::
49
50
@@ -61,7 +62,8 @@ using :manual:`backup cursors </reference/glossary/#std-term-backup-cursor>`. Ap
61
62
continue read and write operations on the database while WiredTiger
62
63
takes the snapshot.
63
64
64
- To avoid the need for resyncs, ensure the Backup oplog does not fall
65
+ For production deployments with an |fcv-link| of 4.0 or earlier, to
66
+ avoid the need for resyncs, ensure the Backup oplog does not fall
65
67
behind the deployment's oplog. This requires that:
66
68
67
69
- Adequate machine resources are provisioned for the agent.
You can’t perform that action at this time.
0 commit comments