Skip to content

Commit 69a59a3

Browse files
authored
DOCSP-45310-remove-beta (#513) (#525)
* DOCSP-45310-remove-beta * * * * * * * * * * * add noindex tag (cherry picked from commit f1676e7) # Conflicts: # source/includes/fact-verifier-limitations.rst # source/includes/opts/acceptDisclaimer.rst # source/release-notes/1.10.txt # source/release-notes/1.8.txt # source/release-notes/1.9.txt
1 parent 1d0fbab commit 69a59a3

File tree

15 files changed

+53
-127
lines changed

15 files changed

+53
-127
lines changed

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ raw: ${prefix}/current/installation/install-on-windows/ -> ${base}/current/
5454

5555
# DOCSP-41999 redirect disaster recovery to mongosync behavior page
5656
[*]: ${prefix}/${version}/reference/disaster-recovery -> ${base}/${version}/about-mongosync/#considerations-for-continuous-sync
57+
58+
# DOCSP-45310 Remove Beta docs from public view
59+
[*]: ${prefix}/${version}/reference/beta-program -> ${base}/${version}/

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ toc_landing_pages = ["/quickstart",
2121
"/multiple-mongosyncs",
2222
"/release-notes/release-notes",
2323
"/faq",
24-
"/reference/beta-program",
2524
"/reference/collection-level-filtering",
2625
"/reference/verification",
2726
"/reference/mongosync"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Starting in version 1.8.0, {+c2c-product-name+} introduces the
1+
Starting in version 1.8.0, {+c2c-product-name+} introduces the invite-only
22
{+c2c-full-beta-program+}. With {+c2c-beta-program-short+}, you can use
33
experimental features with direct support and assistance from MongoDB.

source/reference.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ Reference
6666
Data Transfer Verification </reference/verification>
6767
Versioning </reference/versioning>
6868
Version Compatibility </reference/supported-server-version>
69-
Beta Program </reference/beta-program>

source/reference/api/start.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@ Request Body Parameters
110110

111111
.. versionadded:: 1.3.0
112112

113-
* - ``documentFilter``
114-
- document
115-
- Optional
116-
- .. include:: /includes/beta-feature-non-admonition.rst
117-
118-
.. include:: /includes/document-filtering-intro.rst
119-
120-
To learn more, see :ref:`c2c-beta-document-filtering`.
121-
122-
.. versionadded:: 1.8 Beta
123-
124113
* - ``enableUserWriteBlocking``
125114
- boolean
126115
- Optional
@@ -159,17 +148,6 @@ Request Body Parameters
159148

160149
.. versionadded:: 1.6
161150

162-
* - ``namespaceRemap``
163-
- array
164-
- Optional
165-
- .. include:: /includes/beta-feature-non-admonition.rst
166-
167-
Array of documents that specify namespace changes to make during sync.
168-
169-
For more information, see :ref:`c2c-beta-namespace-remapping`.
170-
171-
.. versionadded:: 1.8 Beta
172-
173151
* - ``reversible``
174152
- boolean
175153
- Optional

source/reference/beta-program.txt renamed to source/reference/beta-program-private.txt

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-program:
27

38
====================================
@@ -17,19 +22,8 @@
1722
Each ``mongosync`` release has a corresponding {+c2c-beta-program-short+}
1823
build that includes its own set of experimental features.
1924

20-
.. _c2c-beta-program-disclaimer:
21-
22-
Get Started
23-
-----------
24-
25-
.. note::
26-
27-
Filing a support ticket does *not* guarantee access to the
28-
{+c2c-beta-program-short+} binaries.
29-
30-
To request access to the {+c2c-beta-program-short+} binaries, read the
31-
following disclaimer and file a ticket with
32-
`support <https://support.mongodb.com/>`_:
25+
When you first run the {+c2c-beta-program-short+} binary, it will prompt you
26+
to accept the following disclaimer:
3327

3428
.. code-block:: shell
3529
:copyable: false
@@ -52,9 +46,6 @@ following disclaimer and file a ticket with
5246
migrations). Beta capabilities are not intended for use to migrate
5347
production workloads.
5448

55-
When you first run the {+c2c-beta-program-short+} binary, it will prompt you
56-
to accept the disclaimer.
57-
5849
.. seealso::
5950

6051
- `Cloud Subscription Agreement <https://www.mongodb.com/cloud-subscription-agreement/november-2023>`_
@@ -119,9 +110,9 @@ The following table shows supported combinations of beta features:
119110
.. toctree::
120111
:titlesonly:
121112

122-
A->B->C Migrations </reference/beta-program/abc-migration>
123-
Many-To-One Migrations </reference/beta-program/many-to-one>
124-
Document Filtering </reference/beta-program/document-filtering>
125-
Pre-Existing Data Handling </reference/beta-program/destinationDataHandling>
126-
Namespace Remapping </reference/beta-program/namespace-remapping>
127-
Oplog Rollover Resilience </reference/beta-program/orr>
113+
A->B->C Migrations </reference/beta-program-private/abc-migration>
114+
Many-To-One Migrations </reference/beta-program-private/many-to-one>
115+
Document Filtering </reference/beta-program-private/document-filtering>
116+
Pre-Existing Data Handling </reference/beta-program-private/destinationDataHandling>
117+
Namespace Remapping </reference/beta-program-private/namespace-remapping>
118+
Oplog Rollover Resilience </reference/beta-program-private/orr>

source/reference/beta-program/abc-migration.txt renamed to source/reference/beta-program-private/abc-migration.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-abc-migration:
27

38
==================
@@ -50,7 +55,7 @@ before the second migration (B->C) starts committing.
5055

5156
Before you use any experimental {+c2c-beta-program-short+} features,
5257
review the :ref:`{+c2c-full-beta-program+} Disclaimer
53-
<c2c-beta-program-disclaimer>`.
58+
<c2c-beta-program>`.
5459

5560

5661
For better performance, ensure that the first migration (A->B) reaches
@@ -79,9 +84,8 @@ The following example performs two consecutive migrations that:
7984
#. Connect the source cluster on port ``27001`` with a destination cluster
8085
running on port ``27002``.
8186

82-
The command also sets :option:`--migrationName`
83-
to describe the operations and store migration metadata for each
84-
sync.
87+
The command also sets ``--migrationName`` to describe the operations and store
88+
migration metadata for each sync.
8589

8690
.. code-block:: shell
8791

source/reference/beta-program/destinationDataHandling.txt renamed to source/reference/beta-program-private/destinationDataHandling.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-destination-data-handling:
27

38
===========================================

source/reference/beta-program/document-filtering.txt renamed to source/reference/beta-program-private/document-filtering.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-document-filtering:
27

38
==================

source/reference/beta-program/many-to-one.txt renamed to source/reference/beta-program-private/many-to-one.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-many-to-one:
27

38
======================
@@ -77,8 +82,8 @@ Example
7782

7883
The following example connects source clusters running on port ``27000``
7984
and ``27001`` with a destination cluster running on port ``35000``. The command
80-
also sets the :option:`--migrationName` option to
81-
describe the operations and store migration metadata for each sync.
85+
also sets the ``--migrationName`` option to describe the operations and store
86+
migration metadata for each sync.
8287

8388
.. code-block:: shell
8489

source/reference/beta-program/namespace-remapping.txt renamed to source/reference/beta-program-private/namespace-remapping.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-namespace-remapping:
27

38
===================

source/reference/beta-program/orr.txt renamed to source/reference/beta-program-private/orr.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-orr:
27

38
=========================

source/reference/configuration.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,6 @@ Options
113113
To set the ``logPath`` setting from the command line, see the
114114
:option:`--logPath` option.
115115

116-
.. setting:: migrationName
117-
118-
*Type*: string
119-
120-
.. include:: /includes/beta-feature.rst
121-
122-
.. include:: /includes/opts/migrationName.rst
123-
124-
To set the ``migrationName`` setting from the command line, see the
125-
:option:`--migrationName` option.
126-
127116
.. setting:: port
128117

129118
*Type*: integer

source/reference/mongosync.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ Global Options
150150

151151
.. include:: /includes/fact-log-rotation-usr1-signal
152152

153-
.. option:: --migrationName <name>
154-
155-
.. include:: /includes/beta-feature.rst
156-
157-
.. include:: /includes/opts/migrationName.rst
158-
159-
To set the ``--migrationName`` option from a configuration file,
160-
see the :setting:`migrationName` setting.
161-
162153
.. option:: --port
163154

164155
.. include:: /includes/opts/port.rst

source/release-notes/1.8.txt

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Release Notes for mongosync 1.8
1313
:class: singlecol
1414

1515
This page describes changes and new features introduced in
16-
{+c2c-full-product-name+} {+version+} and the {+c2c-full-beta-program+}.
16+
{+c2c-full-product-name+} 1.8.
1717

1818
Patch Releases
1919
--------------
@@ -103,59 +103,6 @@ mongosync Authentication with Atlas Workload Identity Federation
103103

104104
For details, see :ref:`c2c-authentication`.
105105

106-
{+c2c-full-beta-program+}
107-
------------------------------------
108-
109-
.. include:: /includes/beta-program-intro.rst
110-
111-
In addition to the beta features, {+c2c-beta-program-short+} includes all
112-
changes and new features from ``mongosync`` {+version+}.
113-
114-
To learn more, see :ref:`c2c-beta-program`.
115-
116-
A->B->C Migrations
117-
~~~~~~~~~~~~~~~~~~
118-
119-
.. include:: /includes/abc-migration-intro.rst
120-
121-
To learn more, see :ref:`c2c-beta-abc-migration`.
122-
123-
Many-to-One Migrations
124-
~~~~~~~~~~~~~~~~~~~~~~
125-
126-
.. include:: /includes/many-to-one-cluster.rst
127-
128-
To learn more, see :ref:`c2c-beta-many-to-one`.
129-
130-
Document Filtering
131-
~~~~~~~~~~~~~~~~~~
132-
133-
.. include:: /includes/document-filtering-intro.rst
134-
135-
To learn more, see :ref:`c2c-beta-document-filtering`.
136-
137-
Handle Destination Data with destinationDataHandling Option
138-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139-
140-
.. include:: /includes/destinationDataHandling-introduction.rst
141-
142-
For details, see :ref:`c2c-beta-destination-data-handling`.
143-
144-
Namespace Remapping
145-
~~~~~~~~~~~~~~~~~~~
146-
147-
.. include:: /includes/namespace-remapping-intro.rst
148-
149-
For more information, see :ref:`c2c-beta-namespace-remapping`.
150-
151-
Oplog Rollover Resilience
152-
~~~~~~~~~~~~~~~~~~~~~~~~~
153-
154-
.. include:: /includes/orr-intro.rst
155-
156-
To learn more, see :ref:`c2c-beta-orr`.
157-
158-
159106
Minimum Supported Version
160107
-------------------------
161108

0 commit comments

Comments
 (0)