Skip to content

Commit 958dd4d

Browse files
authored
DOCSP-38358 populating empty pages (#324) (#328)
* DOCSP-38358 populating empty pages (#324) * DOCSP-38358 populating empty pages * DOCSP-38358 fixing spacing * DOCSP-38358 populating empty pages * DOCSP-38358 populating empty pages * DOCSP-38358 populating empty pages * DOCSP-38358 populating empty pages * DOCSP-38358 copy edits * DOCSP-38358 copy edits * DOCSP-38358 tech edits * DOCSP-38358 tech edits * DOCSP-38358-v1.7-backport fixing build * DOCSP-38358-v1.7-backport fixing build
1 parent d9c44c6 commit 958dd4d

File tree

14 files changed

+114
-53
lines changed

14 files changed

+114
-53
lines changed

source/includes/run-c2c.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

source/installation/install-on-linux.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,3 @@ the ``.tgz``.
9494
.. include:: /includes/step-update-path.rst
9595

9696
.. bug in constant parser DOP-3025
97-
98-
Run {+c2c-product-name+}
99-
---------------------------
100-
101-
.. include:: /includes/run-c2c.rst

source/installation/install-on-macos.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,4 @@ the ZIP file.
8888

8989
.. bug in constant parser DOP-3025
9090

91-
Run {+c2c-product-name+}
92-
---------------------------
93-
94-
.. include:: /includes/run-c2c.rst
9591

source/reference.txt

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,53 @@
1-
.. place holder for the reference section TOC
2-
31
=========
42
Reference
53
=========
64

5+
:ref:`c2c-mongosync`
6+
The primary process used in {+c2c-product-name+}.
7+
8+
:ref:`c2c-config`
9+
Configure :program:`mongosync` instances at startup using a
10+
configuration file.
11+
12+
:ref:`c2c-api`
13+
API endpoints to interact with ``mongosync``.
14+
15+
:ref:`c2c-states`
16+
States that ``mongosync`` enters depending on requests received.
17+
18+
:ref:`c2c-filtered-sync`
19+
Inclusion and exclusion filters to specify which databases and
20+
collections to include in sync.
21+
22+
:ref:`c2c-oplog-sizing`
23+
Increase the size of the oplog on the source cluster for large data
24+
sets.
25+
26+
:ref:`c2c-failure-recovery`
27+
Prepare for disaster recovery using :ref:`connections
28+
<c2c-connecting>` between clusters.
29+
30+
:ref:`c2c-limitations`
31+
Limitations of ``mongosync``.
32+
33+
:ref:`c2c-logging`
34+
A running log of events, including entries such as the copying
35+
collections and indexes, change stream events, and API calls.
36+
37+
:ref:`c2c-permissions-and-roles`
38+
Required permissions on the source and destination clusters for the
39+
user specified in the ``mongosync`` connection string.
40+
41+
:ref:`c2c-telemetry`
42+
Anonymous, aggregated usage data to improve MongoDB products.
43+
44+
:ref:`c2c-verification`
45+
Verify the successful transfer of your data before you switch your
46+
application to the destination cluster.
47+
48+
:ref:`c2c-release-version-numbers`
49+
Understand the semantic versioning of ``mongosync``.
50+
751
.. toctree::
852
:titlesonly:
953

source/reference/api.txt

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
.. _c2c-api:
22

3+
=======================
4+
mongosync API Endpoints
5+
=======================
6+
37
.. default-domain:: mongodb
48

5-
===========================
6-
``mongosync`` API Endpoints
7-
===========================
9+
:ref:`c2c-api-start`
10+
Starts the synchronization session between a source and destination cluster.
11+
12+
:ref:`c2c-api-progress`
13+
Returns either an updated status of the synchronization session or an error.
14+
15+
:ref:`c2c-api-pause`
16+
Pauses the current synchronization session.
17+
18+
:ref:`c2c-api-resume`
19+
Resumes a paused synchronization session based on data stored on the
20+
destination cluster.
21+
22+
:ref:`c2c-api-commit`
23+
Finalizes the synchronization session between the source cluster and
24+
the destination cluster and stops continuous sync between clusters.
25+
26+
:ref:`c2c-api-reverse`
27+
Reverses the direction of a committed synchronization session.
828

929
.. toctree::
1030
:titlesonly:

source/release-notes.txt

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

7+
Always install the latest, stable version of {+c2c-product-name+}. For
8+
more information on types of MongoDB releases, see
9+
:ref:`c2c-release-version-numbers`.
10+
11+
To see changes in {+c2c-product-name+} releases, see the following
12+
release notes.
13+
14+
Current Stable Release
15+
~~~~~~~~~~~~~~~~~~~~~~
16+
17+
- :ref:`c2c-release-notes-1.7`
18+
19+
Previous Rapid Releases
20+
~~~~~~~~~~~~~~~~~~~~~~~
21+
22+
- :ref:`c2c-release-notes-1.6`
23+
- :ref:`c2c-release-notes-1.5`
24+
- :ref:`c2c-release-notes-1.4`
25+
- :ref:`c2c-release-notes-1.3`
26+
- :ref:`c2c-release-notes-1.2`
27+
- :ref:`c2c-release-notes-1.1`
28+
- :ref:`c2c-release-notes-1.0`
29+
- :ref:`c2c-release-notes-0.9`
30+
31+
732

833
.. toctree::
934
:titlesonly:

source/release-notes/0.9.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-0.9:
22

3-
===================================
4-
Release Notes for ``mongosync`` 0.9
5-
===================================
3+
===============================
4+
Release Notes for mongosync 0.9
5+
===============================
66

77
.. default-domain:: mongodb
88

source/release-notes/1.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-1.0:
22

3-
===================================
4-
Release Notes for ``mongosync`` 1.0
5-
===================================
3+
===============================
4+
Release Notes for mongosync 1.0
5+
===============================
66

77
.. default-domain:: mongodb
88

source/release-notes/1.1.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-1.1:
22

3-
===================================
4-
Release Notes for ``mongosync`` 1.1
5-
===================================
3+
===============================
4+
Release Notes for mongosync 1.1
5+
===============================
66

77
.. default-domain:: mongodb
88

source/release-notes/1.2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-1.2:
22

3-
===================================
4-
Release Notes for ``mongosync`` 1.2
5-
===================================
3+
===============================
4+
Release Notes for mongosync 1.2
5+
===============================
66

77
.. default-domain:: mongodb
88

source/release-notes/1.3.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-1.3:
22

3-
===================================
4-
Release Notes for ``mongosync`` 1.3
5-
===================================
3+
===============================
4+
Release Notes for mongosync 1.3
5+
===============================
66

77
.. default-domain:: mongodb
88

source/release-notes/1.4.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-1.4:
22

3-
===================================
4-
Release Notes for ``mongosync`` 1.4
5-
===================================
3+
===============================
4+
Release Notes for mongosync 1.4
5+
===============================
66

77
.. default-domain:: mongodb
88

source/release-notes/1.5.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-release-notes-1.5:
22

3-
===================================
3+
===============================
44
Release Notes for mongosync 1.5
5-
===================================
5+
===============================
66

77

88
.. default-domain:: mongodb

source/using-mongosync.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)