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:
19
19
paths, and configuration for replicas and sharding roles.
20
20
21
21
4. :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
+
23
37
6. :v4.2: `Restart each mongos process in the target cluster </tutorial/restore-sharded-cluster/#e-restart-each-mongos> `.
24
38
7. :v4.2: `Verify that you can connect to the cluster </tutorial/restore-sharded-cluster/#f-validate-cluster-accessibility> `.
25
39
26
40
The full manual restore procedure can be found in the
27
41
:v4.2: `MongoDB Server 4.2 </tutorial/restore-sharded-cluster/> `
28
42
documentation. For MongoDB 4.4 or later deployments, refer to the
29
43
corresponding versions of the manual.
30
-
31
-
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ Manage Instances
97
97
98
98
.. include:: /includes/steps/restore-manual-manage-instances.rst
99
99
100
+ .. _restore-pit-snapshots:
101
+
100
102
Restore Point-in-Time Snapshots
101
103
```````````````````````````````
102
104
You can’t perform that action at this time.
0 commit comments