Skip to content

Commit 4d4cded

Browse files
authored
Backports DOCSP-46344 to v8.0 (#646)
Backports #645
1 parent be416e2 commit 4d4cded

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

source/includes/api/list-tables/backup-config/request-body-onprem.rst

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,17 @@
3030
* - excludedNamespaces
3131
- array of strings
3232
- Conditional
33-
-
34-
.. note::
35-
36-
|mms| accepts this parameter for backup jobs running MongoDB
37-
|fcv-link| 4.0 or earlier. |mms| ignores this parameter when
38-
backing up MongoDB databases running |fcv| 4.2 or later.
39-
40-
List of database and collection names to *omit* from the backup.
33+
- List of database and collection names to *omit* from the backup.
4134
Each string represents one namespace. Namespaces use one of the
4235
following formats:
4336

4437
- **{database}**
4538
- **{database}.{collection}**.
4639

40+
|mms| accepts this parameter for backup jobs running MongoDB
41+
|fcv-link| 4.0 or earlier. |mms| ignores this parameter when
42+
backing up MongoDB databases running |fcv| 4.2 or later.
43+
4744
This parameter must meet the following conditions:
4845

4946
- |mms| accepts either this parameter or **includedNamespaces**, not
@@ -64,20 +61,17 @@
6461
* - includedNamespaces
6562
- array of strings
6663
- Conditional
67-
-
68-
.. note::
69-
70-
|mms| accepts this parameter for backup jobs running MongoDB
71-
|fcv-link| 4.0 or earlier. |mms| ignores this parameter when
72-
backing up MongoDB databases running |fcv| 4.2 or later.
73-
74-
List of database and collection names to *include* from the
64+
- List of database and collection names to *include* from the
7565
backup. Each string represents one namespace. Namespaces use one
7666
of the following formats:
7767

7868
- **{database}**
7969
- **{database}.{collection}**.
8070

71+
|mms| accepts this parameter for backup jobs running MongoDB
72+
|fcv-link| 4.0 or earlier. |mms| ignores this parameter when
73+
backing up MongoDB databases running |fcv| 4.2 or later.
74+
8175
This parameter must meet the following conditions:
8276

8377
- |mms| accepts either this parameter or **excludedNamespaces**, not

0 commit comments

Comments
 (0)