|
These are the next steps after SERVER-62630.
If a timestamp was specified for a point-in-time restore, the oplog entries in local.oplog.restore will be replayed on the restored collections using the applyOps command.
- Oplog entries for collections not restored will be skipped.
- Oplog entries referencing a database namespace that was renamed will have to be re-written with the new database namespace before being applied.
- An applyOps oplog entry can contain multiple oplog entries referencing multiple collections. This is how committed multi-document transactions are structured. These applyOps oplog entries will have to be re-written to remove the oplog entries referencing collections not restored before being applied.
|