Skip to content

Commit 74eb089

Browse files
DOCSP-45077 added pitr considerations (#533)
1 parent 64c42bb commit 74eb089

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

source/tutorial/restore-pit-snapshot-http.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,39 @@ target snapshot host.
2727

2828
.. include:: /images/restore-full-wt.rst
2929

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+
3063
1. The user selects a timestamp:
3164

3265
- Through the |mms| application:

0 commit comments

Comments
 (0)