Skip to content

Commit dcc9963

Browse files
authored
(DOCSP-44020): Documented backup between S3 stores. (#803)
@ejafarli, I added content for the UI steps. Where can I find more information about the new public endpoint? <!-- Add a description of your PR here (optional) --> - [DOCSP-44020](https://jira.mongodb.org/browse/DOCSP-44020) - [STAGING: Migrate](https://deploy-preview-803--docs-ops-manager.netlify.app/admin/backup/jobs-page/#migrate-one-s3-compatible-snapshot-store) - [STAGING: API](https://deploy-preview-803--docs-ops-manager.netlify.app/reference/api/backup/update-backup-config/) ### 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 e970214 commit dcc9963

File tree

3 files changed

+372
-4
lines changed

3 files changed

+372
-4
lines changed

source/admin/backup/jobs-page.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,21 @@ procedural information, see
164164

165165
* - :ref:`Configure a project to use KMIP <configure-group-kmip>`.
166166
- Specify the |kmip| fields and click :guilabel:`Save Changes`.
167+
168+
.. _transition-s3:
169+
170+
Transition an S3-Compatible Snapshot Store
171+
------------------------------------------
172+
173+
From the :guilabel:`Jobs` page, you can transition between
174+
S3-compatible snapshot stores without terminating the backup.
175+
176+
After you transition to another S3-compatible snapshot store, the
177+
existing snapshots remain in the previous store until they expire and
178+
the :ref:`groom job <grooms-page>` removes them. All new snapshots are
179+
stored on the newly selected store, starting with a full snapshot. If a
180+
snapshot is in progress at the time of migration, it will complete on
181+
the current store, and the migration will take effect with the next
182+
scheduled snapshot.
183+
184+
.. include:: /includes/steps/admin-transition-s3-blockstore.rst
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
stepnum: 1
2+
source:
3+
file: steps-source-admin-navigation.yaml
4+
ref: nav-to-jobs-page
5+
---
6+
title: "Click the link for the backup job."
7+
stepnum: 3
8+
level: 4
9+
ref: backup-job-link
10+
---
11+
title: "Select the Blockstore ID to transition to."
12+
stepnum: 3
13+
level: 4
14+
ref: blockstore-id-transition
15+
content: |
16+
17+
a. Click the :guilabel:`Blockstore ID` link.
18+
19+
#. Select the Blockstore ID to transition to.
20+
21+
#. Click :guilabel:`Update`.
22+
23+
...

0 commit comments

Comments
 (0)