Skip to content

Commit 04b4c6c

Browse files
author
Dave Cuthbert
authored
DOCSP-22785 disclaimer banner (#14)
* DOCSP-22785 disclaimer banner * Review feedback * staging fixes * staging fixes * staging fixes * staging fixes * Review feedback
1 parent e0b40d4 commit 04b4c6c

21 files changed

+69
-22
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
1717

1818
[substitutions]
1919
c2c-product-name = "Cluster-to-Cluster Sync"
20+

source/connecting.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.. _c2c-connecting:
22

3-
43
========================
54
Connecting ``mongosync``
65
========================
76

7+
.. include:: /includes/preview-warning
8+
89
.. toctree::
910
:titlesonly:
1011

source/connecting/atlas-to-atlas.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Connect Two Atlas Clusters
55
==========================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
Connect two Atlas clusters

source/connecting/onprem-onprem.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Connect Two Self-Managed Clusters
55
=================================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
self-managed to self-managed

source/connecting/onprem-to-atlas.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Connect a Self-Managed Cluster to Atlas
55
=======================================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
self-managed to atlas

source/faq.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
Frequently Asked Questions
55
==========================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

11+
.. contents:: On this page
12+
:local:
13+
:backlinks: none
14+
:depth: 1
15+
:class: singlecol
916

1017
This page provides answers to some frequently asked questions we have
1118
encountered. If you have additional questions please contact MongoDB
1219
Support.
1320

1421
Does ``mongosync`` have to use the same operating system as MongoDB Enterprise Server?
15-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22+
--------------------------------------------------------------------------------------
1623

1724
When ``mongosync`` runs on its own hardware, it does not have to use
1825
the same operation system (OS) as the source or destination clusters it
@@ -21,7 +28,7 @@ is connecting.
2128
.. _c2c-faq-increase-oplog:
2229

2330
Should I increase the size of the oplog in the source cluster?
24-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+
--------------------------------------------------------------
2532

2633
If you anticipate synchronizing a large data set, or if you plan to
2734
pause synchronization for an extended period of time, increase the size
@@ -44,7 +51,7 @@ To learn more about how to increase the size of the ``oplog``, see:
4451
:ref:`tutorial-change-oplog-size`.
4552

4653
Which connection string options does ``mongosync`` allow?
47-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54+
---------------------------------------------------------
4855

4956
``mongosync`` requires :ref:`readConcern: "majority" <read-concern>`
5057
and :ref:`writeConcern: "majority" <write-concern>`. ``mongosync``
@@ -56,7 +63,7 @@ overwrites any other ``readConcern`` or ``writeConcern`` and uses
5663

5764

5865
Which security and authentication options are supported?
59-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66+
--------------------------------------------------------
6067

6168
``mongosync`` uses a standard MongoDB :ref:`connection string
6269
<mongodb-uri>` to connect to the source and destination clusters.
@@ -67,7 +74,7 @@ authentication options, see :ref:`authentication`.
6774

6875

6976
Can I configure ``mongosync`` for high availability?
70-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77+
----------------------------------------------------
7178

7279
There is no automatic failover built into ``mongosync``. However you
7380
can write a script or use your operating system's process managers,
@@ -83,7 +90,7 @@ parameters. ``mongosync`` resumes the operation from where it stopped
8390
when ``mongosync`` became unavailable.
8491

8592
Can the source or destination be a replica set with arbiters?
86-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93+
-------------------------------------------------------------
8794

8895
Yes, the replica set can have arbiters. The source replica set must
8996
have more than 2 non-arbiter nodes and you must sync from a non-arbiter
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{+c2c-product-name+} is available as a Preview feature. This feature
2+
and the corresponding documentation may change at any time during
3+
the Preview phase.
4+
5+
MongoDB does not support unreleased software. {+c2c-product-name+}
6+
should not be used in production systems.

source/includes/preview-warning.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. note:: Preview Release
2+
3+
.. include:: /includes/preview-warning-body

source/index.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Cluster-to-Cluster Sync
55
=======================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
{+c2c-product-name+} provides you with continuous unidirectional
@@ -14,8 +16,8 @@ the :ref:`c2c-mongosync` utility tool.
1416
``mongosync`` can continuously synchronize data between two clusters.
1517
You can use ``mongosync`` to create dedicated analytics, development,
1618
or testing clusters that mirror your production environment.
17-
Synchronized clusters can also support location requirements for audit
18-
and data residency compliance.
19+
Synchronized clusters can support location requirements for audit and
20+
data residency compliance.
1921

2022
In addition to continuous data synchronization, ``mongosync`` can also
2123
facilitate a one time data migration between clusters.

source/installation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.. place holder for the installation section TOC
2-
31
.. _c2c-install:
42

53
============
64
Installation
75
============
86

7+
.. include:: /includes/preview-warning
8+
99
.. contents:: On this page
1010
:local:
1111
:backlinks: none

source/installation/install-on-linux.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Install on Linux
55
================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
.. contents:: On this page

source/installation/install-on-macos.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Install on macOS
55
================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
.. contents:: On this page

source/quickstart.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Quick Start
55
===========
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
Get going!

source/reference.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Reference
77
.. toctree::
88
:titlesonly:
99

10-
/reference/api
1110
/reference/mongosync
12-
11+
/reference/api
12+

source/reference/api/start.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
``start``
55
=========
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
.. contents:: On this page

source/reference/mongosync.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
.. _c2c-mongosync:
22

3-
.. default-domain:: mongodb
4-
5-
.. program:: mongosync
6-
73
=============
84
``mongosync``
95
=============
106

7+
.. include:: /includes/preview-warning
8+
9+
.. default-domain:: mongodb
10+
11+
.. program:: mongosync
12+
1113
.. contents:: On this page
1214
:local:
1315
:backlinks: none
@@ -41,7 +43,7 @@ Global Options
4143

4244

4345
For more information on connecting ``mongosync``, see
44-
:ref:`Connections <c2c-conn-top-level>`.
46+
:ref:`Connections <c2c-connecting>`.
4547

4648

4749
.. option:: --cluster1 <URI>
@@ -56,7 +58,7 @@ Global Options
5658

5759

5860
For more information on connecting ``mongosync``, see
59-
:ref:`Connections <c2c-conn-top-level>`.
61+
:ref:`Connections <c2c-connecting>`.
6062

6163

6264
.. option:: --verbosity <level>

source/release-notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Release Notes
55
=============
66

7+
.. include:: /includes/preview-warning
8+
79
.. toctree::
810
:titlesonly:
911

source/release-notes/0.9.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Release Notes for ``mongosync`` 0.9
1212
:depth: 1
1313
:class: singlecol
1414

15-
New Features
16-
------------
15+
.. _c2c-preview-release-notes:
1716

18-
Cool new stuff goes here.
17+
Preview Software
18+
----------------
19+
20+
.. include:: /includes/preview-warning-body
1921

source/using-mongosync.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Using ``mongosync``
77
===================
88

9+
.. include:: /includes/preview-warning
10+
911
.. toctree::
1012
:titlesonly:
1113

source/using-mongosync/continuous-sync.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
Continuous Synchronization
55
==========================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

11+
912
Continuous synch use case
1013

source/using-mongosync/migration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Migrate Data to Another Cluster
55
===============================
66

7+
.. include:: /includes/preview-warning
8+
79
.. default-domain:: mongodb
810

911
migration use case

0 commit comments

Comments
 (0)