Skip to content

Commit a98edf6

Browse files
DOCSP-34779 Add info on Atlas Support for Replication Commands (#5791) (#9508)
Co-authored-by: pierwill <[email protected]>
1 parent 3bbaaa9 commit a98edf6

12 files changed

+131
-0
lines changed

source/reference/command/applyOps.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ Definition
1919
instance. The :dbcommand:`applyOps` command is an internal
2020
command.
2121

22+
Compatibility
23+
-------------
24+
25+
This command is available in deployments hosted in the following environments:
26+
27+
.. include:: /includes/fact-environments-atlas-only.rst
28+
29+
.. include:: /includes/fact-environments-atlas-support-no-serverless.rst
30+
31+
.. include:: /includes/fact-environments-onprem-only.rst
32+
2233
Behavior
2334
--------
2435

source/reference/command/hello.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ Definition
4040
members and to discover additional members of a :term:`replica
4141
set`.
4242

43+
Compatibility
44+
-------------
45+
46+
This command is available in deployments hosted in the following environments:
47+
48+
.. include:: /includes/fact-environments-atlas-only.rst
49+
50+
.. include:: /includes/fact-environments-atlas-support-all.rst
51+
52+
.. include:: /includes/fact-environments-onprem-only.rst
53+
4354
Syntax
4455
------
4556

source/reference/command/replSetAbortPrimaryCatchUp.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ Definition
1919
:term:`primary` member of the replica set to abort sync (catch up)
2020
then complete the transition to primary.
2121

22+
Compatibility
23+
-------------
24+
25+
This command is available in deployments hosted in the following environments:
26+
27+
.. include:: /includes/fact-environments-atlas-only.rst
28+
29+
.. include:: /includes/fact-environments-atlas-support-all.rst
30+
31+
.. include:: /includes/fact-environments-onprem-only.rst
32+
2233
Syntax
2334
------
2435

source/reference/command/replSetFreeze.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ Definition
2424
.. |method| replace:: :method:`rs.freeze` helper method
2525
.. include:: /includes/fact-dbcommand-tip
2626

27+
Compatibility
28+
-------------
29+
30+
This command is available in deployments hosted in the following environments:
31+
32+
.. include:: /includes/fact-environments-atlas-only.rst
33+
34+
.. include:: /includes/fact-environments-atlas-support-no-free-or-m10.rst
35+
36+
.. include:: /includes/fact-environments-onprem-only.rst
37+
2738

2839
Syntax
2940
------

source/reference/command/replSetGetConfig.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Definition
2121
.. |method| replace:: :method:`rs.conf` helper method
2222
.. include:: /includes/fact-dbcommand-tip
2323

24+
Compatibility
25+
-------------
26+
27+
This command is available in deployments hosted in the following environments:
28+
29+
.. include:: /includes/fact-environments-atlas-only.rst
30+
31+
.. include:: /includes/fact-environments-atlas-support-no-free.rst
32+
33+
.. include:: /includes/fact-environments-onprem-only.rst
34+
35+
2436
Syntax
2537
------
2638

source/reference/command/replSetGetStatus.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ Definition
3030
.. |method| replace:: :method:`rs.status` helper method
3131
.. include:: /includes/fact-dbcommand-tip
3232

33+
Compatibility
34+
-------------
35+
36+
This command is available in deployments hosted in the following environments:
37+
38+
.. include:: /includes/fact-environments-atlas-only.rst
39+
40+
.. include:: /includes/fact-environments-atlas-support-no-free.rst
41+
42+
.. include:: /includes/fact-environments-onprem-only.rst
3343

3444
Syntax
3545
------

source/reference/command/replSetInitiate.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ Definition
2929
Run the command on only one of the :binary:`~bin.mongod` instances
3030
for the replica set.
3131

32+
Compatibility
33+
-------------
34+
35+
This command is available in deployments hosted in the following environments:
36+
37+
.. include:: /includes/fact-environments-atlas-only.rst
38+
39+
.. include:: /includes/fact-environments-atlas-support-no-free-or-m10.rst
40+
41+
.. include:: /includes/fact-environments-onprem-only.rst
42+
3243
Syntax
3344
------
3445

source/reference/command/replSetMaintenance.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ Definition
1919
maintenance mode for a :term:`secondary` member of a :term:`replica
2020
set`.
2121

22+
Compatibility
23+
-------------
24+
25+
This command is available in deployments hosted in the following environments:
26+
27+
.. include:: /includes/fact-environments-atlas-only.rst
28+
29+
.. include:: /includes/fact-environments-atlas-support-no-free-or-m10.rst
30+
31+
.. include:: /includes/fact-environments-onprem-only.rst
32+
2233
Syntax
2334
------
2435

source/reference/command/replSetReconfig.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Definition
2424
.. |method| replace:: :method:`rs.reconfig` helper method
2525
.. include:: /includes/fact-dbcommand-tip
2626

27+
Compatibility
28+
-------------
29+
30+
This command is available in deployments hosted in the following environments:
31+
32+
.. include:: /includes/fact-environments-atlas-only.rst
33+
34+
.. include:: /includes/fact-environments-atlas-support-no-free-or-m10.rst
35+
36+
.. include:: /includes/fact-environments-onprem-only.rst
2737

2838
Syntax
2939
------

source/reference/command/replSetResizeOplog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ Definition
2929

3030
You must run this command against the ``admin`` database.
3131

32+
Compatibility
33+
-------------
34+
35+
This command is available in deployments hosted in the following environments:
36+
37+
.. include:: /includes/fact-environments-atlas-only.rst
38+
39+
.. include:: /includes/fact-environments-atlas-support-no-m10.rst
40+
41+
.. include:: /includes/fact-environments-onprem-only.rst
42+
3243
Syntax
3344
------
3445

source/reference/command/replSetStepDown.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ Description
2626

2727
The :dbcommand:`replSetStepDown` can only run on the ``admin`` database.
2828

29+
Compatibility
30+
-------------
31+
32+
This command is available in deployments hosted in the following environments:
33+
34+
.. include:: /includes/fact-environments-atlas-only.rst
35+
36+
.. include:: /includes/fact-environments-atlas-support-no-free-or-m10.rst
37+
38+
.. include:: /includes/fact-environments-onprem-only.rst
39+
2940
Syntax
3041
------
3142

source/reference/command/replSetSyncFrom.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ Description
2525

2626
Run :dbcommand:`replSetSyncFrom` in the ``admin`` database.
2727

28+
Compatibility
29+
-------------
30+
31+
This command is available in deployments hosted in the following environments:
32+
33+
.. include:: /includes/fact-environments-atlas-only.rst
34+
35+
.. include:: /includes/fact-environments-atlas-support-no-free-or-m10.rst
36+
37+
.. include:: /includes/fact-environments-onprem-only.rst
38+
2839
Syntax
2940
------
3041

0 commit comments

Comments
 (0)