Details
-
Task
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
None
-
None
-
Storage Execution
Description
These are the next steps after SERVER-62627.
- Move the collection, index and oplog files from the _restore directory into the dbpath.
- If a file with the same name already exists on the dbpath, abort the procedure.
- Import the files moved into the dbpath.
- This will make use of WiredTiger's ability to live import existing tables which requires the exported file and table metadata.
- The files will be added to the mongod catalog and registered in memory, but will not be user-visible yet.
Attachments
Issue Links
- depends on
-
SERVER-62627 Implement the first phase of the restore algorithm where the storage engine prepares the backup
-
- Closed
-
- is depended on by
-
SERVER-62631 Implement the abort logic during a failure where the backup is imported into the server in the first phase
-
- Closed
-
-
SERVER-62632 Implement the second phase of the restore algorithm
-
- Closed
-
-
SERVER-62633 Implement the first phase of the restore algorithm where the oplog is replayed on restored collections
-
- Closed
-
-
SERVER-62634 Implement the final steps of the first phase restore algorithm
-
- Closed
-