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