-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-01-24, Execution Team 2022-02-07
The cursor response, which represents the files to copy, will have a new field added named required: <bool>, indicating whether the file must be copied regardless of choice when taking a selective backup.
The following files not associated with a namespace will be marked as required:
- WiredTiger
- WiredTiger.backup
- WiredTigerHS.wt
- WiredTigerLog.*
- Journal files.
- _mdb_catalog.wt
- sizeStorer.wt
- Any collection residing in an internal database (admin, local or config).
- Each databases system.views collection. This is necessary for time-series collections to be properly restored.
- Files with table logging enabled. These need to be copied otherwise WiredTiger will return an error when running recovery.
- related to
-
SERVER-62741 Backup cursor to add storage.bson as a file to copy
- Closed