File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,39 @@ target snapshot host.
27
27
28
28
.. include:: /images/restore-full-wt.rst
29
29
30
+ Considerations
31
+ --------------
32
+
33
+ - The |mms| point-in-time restore might have oplog gaps in some
34
+ situations such as the following:
35
+
36
+ - If the oplog tailing stops because of an issue with :term:`backup
37
+ job <backup job>` tailing the oplog and the oplog rolls over before
38
+ {+mdbagent+} tails it again.
39
+
40
+ - After a topology change until |mms| completes a new snapshot.
41
+
42
+ - After the |fcv| change, which causes a gap between the time |mms| detects
43
+ the |fcv| change and |mms| completes a new snapshot. You can't apply a
44
+ point-in-time restore across MongoDB version changes.
45
+
46
+ - After a restore until |mms| completes a new snapshot.
47
+
48
+ - If there is an oplog gap after |mms| takes the latest snapshot, then a
49
+ point-in-time restore fails if the restore time selected is after
50
+ the oplog gap began and before the next snapshot. Once |mms| takes the
51
+ next snapshot, you can use point-in-time restore as normal from that
52
+ snapshot time onward.
53
+
54
+ - You only see oplog gaps when you attempt and fail a point-in-time
55
+ restore.
56
+
57
+ - You can request a point-in-time restore to a specific point in time
58
+ that includes stale data.
59
+
60
+ Procedure
61
+ ---------
62
+
30
63
1. The user selects a timestamp:
31
64
32
65
- Through the |mms| application:
You can’t perform that action at this time.
0 commit comments