Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/usage/oplog-replay.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ After you [restored a physical backup](restore.md), do the following:
```bash
pbm oplog-replay --start="2022-01-02T15:00:00" --end="2022-01-03T15:00:00"
```

!!! note ""

Another possibility is using MongoDB’s (epoch, ordinal) values directly.
For example, it is possible to use `pbm oplog-replay --end “1764576382,0”` or `--end “1764576382,100”` so it’s possible to specify up to the exact operation you need to apply in the oplog.

4. After the oplog replay, make a fresh backup and enable the point-in-time recovery oplog slicing.

Expand Down