File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,25 @@ perform with help from MongoDB Support:
1919 paths, and configuration for replicas and sharding roles.
2020
21214. :v4.2: `Restore the CSRS </tutorial/restore-sharded-cluster/#c-restore-config-server-replica-set> `.
22- 5. :v4.2: `Restore each shard's replica set </tutorial/restore-sharded-cluster#d-restore-each-shard-replica-set> `.
22+
23+ .. note :: For Point-in-Time Restore
24+
25+ Before :manual: `restarting </tutorial/restore-sharded-cluster/#restart-the-mongod-as-a-new-single-node-replica-set> `
26+ the ``mongod `` as a new single-node replica set, :ref: `restore the point-in-time snapshots <restore-pit-snapshots >`
27+ to a CSRS node.
28+
29+ 5. :v4.2: `Restore each shard's replica set </tutorial/restore-sharded-cluster#d-restore-each-shard-replica-set> `.
30+
31+ .. note :: For Point-in-Time Restore
32+
33+ Before :manual: `restarting </tutorial/restore-sharded-cluster/#restart-the-mongod-as-a-new-single-node-replica-set-1> `
34+ the ``mongod `` as a new single-node replica set, :ref: `restore the point-in-time snapshots <restore-pit-snapshots >`
35+ to each shard's node.
36+
23376. :v4.2: `Restart each mongos process in the target cluster </tutorial/restore-sharded-cluster/#e-restart-each-mongos> `.
24387. :v4.2: `Verify that you can connect to the cluster </tutorial/restore-sharded-cluster/#f-validate-cluster-accessibility> `.
2539
2640The full manual restore procedure can be found in the
2741:v4.2: `MongoDB Server 4.2 </tutorial/restore-sharded-cluster/> `
2842documentation. For MongoDB 4.4 or later deployments, refer to the
2943corresponding versions of the manual.
30-
31-
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ Manage Instances
9797
9898.. include:: /includes/steps/restore-manual-manage-instances.rst
9999
100+ .. _restore-pit-snapshots:
101+
100102Restore Point-in-Time Snapshots
101103```````````````````````````````
102104
You can’t perform that action at this time.
0 commit comments