File tree Expand file tree Collapse file tree 3 files changed +37
-14
lines changed Expand file tree Collapse file tree 3 files changed +37
-14
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ Manage Backups
2121 /tutorial/delete-backup-snapshots
2222 /tutorial/resync-backup
2323 /tutorial/disable-backup
24+ /tutorial/take-on-demand-snapshots
Original file line number Diff line number Diff line change 1+ ========================
2+ Take On-Demand Snapshots
3+ ========================
4+
5+ .. default-domain:: mongodb
6+
7+ .. facet::
8+ :name: genre
9+ :values: tutorial
10+
11+ .. contents:: On this page
12+ :local:
13+ :backlinks: none
14+ :depth: 1
15+ :class: singlecol
16+
17+ On-demand snapshots will always be full snapshots, not incremental. This may cause considerable traffic from the
18+ current target node(s).
19+
20+ .. warning::
21+
22+ The extra snapshot may cause additional storage requirements, especially if the target node has changed.
23+
24+ Take On-Demand Snapshots
25+ ------------------------
26+
27+ .. note::
28+
29+ If a snapshot is in progress, you can't initiate an on-demand snapshot on the |mms| UI or the |mms| Public |api|.
30+
31+ To take on-demand snapshots:
32+
33+ 1. Click :guilabel:`Continuous Backup`, then the :guilabel:`Overview` tab.
34+ #. On the line listing the process, click the ellipsis icon and click :guilabel:`Take Snapshot Now`.
35+ #. On the pop-up modal that appears, configure the retention value and click :guilabel:`Take Snapshot`.
Original file line number Diff line number Diff line change 4343.. note::
4444
4545 When you add or remove a shard from your cluster, |mms| initiates an on-demand
46- snapshot.
47-
48- Take On-Demand Snapshots
49- ------------------------
50-
51- .. note::
52-
53- If a snapshot is in progress, you can't initiate an on-demand snapshot on the |mms| UI or the |mms| Public |api|.
54-
55- To take on-demand snapshots:
56-
57- 1. Click :guilabel:`Continuous Backup`, then the :guilabel:`Overview` tab.
58- #. On the line listing the process, click the ellipsis icon and click :guilabel:`Take Snapshot Now`.
59- #. On the pop-up modal that appears, configure the retention value and click :guilabel:`Take Snapshot`.
46+ snapshot.
You can’t perform that action at this time.
0 commit comments