Skip to content

Commit 663cb30

Browse files
DOCSP-48967 Add Point-in-Time Restore instruction (#813)
<!-- Add a description of your PR here (optional) --> - [DOCSP-48967](https://jira.mongodb.org/browse/DOCSP-48967) - [STAGING: Manual Restore tab](https://deploy-preview-813--docs-ops-manager.netlify.app/tutorial/restore-sharded-cluster/#restore-a-snapshot) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent ae54d44 commit 663cb30

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

source/includes/workflow-manual-restore-sharded-cluster.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,25 @@ perform with help from MongoDB Support:
1919
paths, and configuration for replicas and sharding roles.
2020

2121
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+
2337
6. :v4.2:`Restart each mongos process in the target cluster </tutorial/restore-sharded-cluster/#e-restart-each-mongos>`.
2438
7. :v4.2:`Verify that you can connect to the cluster </tutorial/restore-sharded-cluster/#f-validate-cluster-accessibility>`.
2539

2640
The full manual restore procedure can be found in the
2741
:v4.2:`MongoDB Server 4.2 </tutorial/restore-sharded-cluster/>`
2842
documentation. For MongoDB 4.4 or later deployments, refer to the
2943
corresponding versions of the manual.
30-
31-

source/tutorial/restore-replica-set.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Manage Instances
9797

9898
.. include:: /includes/steps/restore-manual-manage-instances.rst
9999

100+
.. _restore-pit-snapshots:
101+
100102
Restore Point-in-Time Snapshots
101103
```````````````````````````````
102104

0 commit comments

Comments
 (0)