Skip to content

Commit 028d46c

Browse files
authored
1 parent 2c41c30 commit 028d46c

14 files changed

+44
-54
lines changed

source/includes/backup/select-restore-point.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,15 @@
2020
not including the selected time. By default, the Oplog Store
2121
stores 24 hours of data.
2222

23-
.. example::
23+
.. include:: /includes/fact-restore-doesnt-include-selected-time.rst
2424

25-
If you select ``12:00``, the last operation in the restore is
26-
``11:59:59`` or earlier.
25+
.. important::
2726

28-
.. important::
29-
30-
In FCV 4.0, you cannot perform a :abbr:`PIT (Point in Time)` restore
31-
that covers any time prior to the latest backup resync. For the
32-
conditions that cause a resync, see
33-
:doc:`/tutorial/resync-backup`. This note does not apply to FCV 4.2
34-
or later.
27+
In FCV 4.0, you cannot perform a :abbr:`PIT (Point in Time)` restore
28+
that covers any time prior to the latest backup resync. For the
29+
conditions that cause a resync, see
30+
:ref:`resync-backup`. This note does not apply to FCV 4.2
31+
or later.
3532

3633
- Select a :guilabel:`Date` and :guilabel:`Time`.
3734

source/includes/extracts-admonitions.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ content: ""
99
ref: admonition-pii-user-role
1010
content: |
1111
12-
.. note::
12+
To access this feature, you must either:
1313
14-
To access this feature, you must either:
14+
- Belong to the project
1515
16-
- Belong to the project, or
17-
18-
- Have the :ref:`Global Monitoring Admin
19-
<global-monitoring-admin-role>` role or the :ref:`Global Owner
20-
<global-owner-role>` role.
16+
- Have the :ref:`Global Monitoring Admin
17+
<global-monitoring-admin-role>` role or the :ref:`Global Owner
18+
<global-owner-role>` role
2119
2220
---
2321
ref: admonition-pii-log-role
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:red:`WARNING:` Automation removes all existing data from the cluster.
2+
It preserves all backup data and snapshots for the
3+
existing cluster.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
For example, if you select ``12:00``, the last operation in the restore
2+
is ``11:59:59`` or earlier.

source/includes/fact-restore-manual-replica-set-cloud.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
the "Last Oplog Applied" entry in the ``restoreInfo.txt`` file
3232
provided with the downloaded snapshot.
3333

34-
.. note::
35-
36-
This value must be less than or equal to the ``--opEnd``
37-
value.
34+
This value must be less than or equal to the ``--opEnd``
35+
value.
3836

3937
- :icon:`check-circle`
4038

@@ -45,7 +43,7 @@
4543
for the last :manual:`oplog </reference/glossary/#std-term-oplog>` entry
4644
you want to include in the restore.
4745

48-
.. note:: This value cannot be greater than the end of the oplog.
46+
This value cannot be greater than the end of the oplog.
4947

5048
- :icon:`check-circle`
5149

source/includes/fact-restore-manual-replica-set-onprem.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
the "Last Oplog Applied" entry in the ``restoreInfo.txt`` file
3232
provided with the downloaded snapshot.
3333

34-
.. note::
35-
36-
This value must be less than or equal to the ``--opEnd``
37-
value.
34+
This value must be less than or equal to the ``--opEnd``
35+
value.
3836

3937
- :icon:`check-circle`
4038

@@ -45,7 +43,7 @@
4543
for the last :opsmgr:`oplog </reference/glossary/#std-term-Oplog-Store-Database>` entry
4644
you want to include in the restore.
4745

48-
.. note:: This value cannot be greater than the end of the oplog.
46+
This value cannot be greater than the end of the oplog.
4947

5048
- :icon:`check-circle`
5149

source/includes/list-table-restore-select-restore-point.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
- Creates a custom snapshot that includes all operations up to
2020
but not including the selected time.
2121

22-
.. example::
23-
24-
If you select ``12:00``, the last operation in the restore is
25-
``11:59:59`` or earlier.
22+
.. include:: /includes/fact-restore-doesnt-include-selected-time.rst
2623

2724
- Select a :guilabel:`Date` and :guilabel:`Time`.
2825

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Go to the :guilabel:`Processes` page.
2+
3+
i. Click the :guilabel:`Processes` tab for your deployment.
4+

source/includes/nav/list-security.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Go to the :guilabel:`Security` page.
2+
3+
i. Click the :guilabel:`Security` tab for your deployment.

source/includes/prometheus-discovery.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ the following tabs or create your own script in another language.
2424
.. tab:: Python Script
2525
:tabid: python-script
2626

27-
.. tip::
28-
29-
If you need to install the ``requests`` library,
30-
see their
31-
`Installation Guide <https://prometheus.io/docs/prometheus/latest/installation>`__.
27+
If you need to install the ``requests`` library,
28+
see their
29+
`Installation Guide <https://prometheus.io/docs/prometheus/latest/installation>`__.
3230

3331
.. code-block:: python
3432

0 commit comments

Comments
 (0)