Skip to content

Commit 9a11d9b

Browse files
committed
DOCSP-2066: remove sccc to csrs tutorials in 3.6+ manual as sccc support was removed in 3.4: may need to tweak the redirects later
1 parent dd408a1 commit 9a11d9b

14 files changed

+38
-645
lines changed

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,9 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
13591359
[*-v3.4]: /${version}/administration/change-streams-production-recommendations -> ${base}/${version}/replication
13601360
[*-v3.4]: /${version}/reference/change-events -> ${base}/${version}/replication
13611361

1362+
[v3.6-*]: /${version}/tutorial/upgrade-config-servers-to-replica-set -> ${base}/v3.2/tutorial/upgrade-config-servers-to-replica-set
1363+
[v3.6-*]: /${version}/tutorial/upgrade-config-servers-to-replica-set-downtime -> ${base}/v3.2/tutorial/upgrade-config-servers-to-replica-set-downtime
1364+
13621365
[v3.6-v3.6]: /${version}/tutorial/change-streams-example -> ${base}/${version}/changeStreams
13631366

13641367
[v3.6-*]: /${version}/core/data-modeling-json-schema -> ${base}/${version}/core/schema-validation

source/administration/configuration.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ configuration file, specify ``configsvr`` for the
255255

256256
.. versionchanged:: 3.4
257257

258-
Starting in version 3.4, MongoDB removes support for mirrored config
259-
servers and config servers must be deployed as a replica set. See
260-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
258+
Starting in version 3.4, MongoDB removes support for :ref:`mirrored
259+
config servers <3.4-compat-remove-sccc>` and config servers must be
260+
deployed as a replica set.
261261

262262
.. code-block:: yaml
263263

source/includes/3.4-sccc-unsupported.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ instances as config servers (SCCC) is no longer supported. Before you
33
can upgrade your sharded clusters to 3.4, you must convert your config
44
servers from SCCC to CSRS.
55

6-
To convert your config servers from SCCC to CSRS, see
7-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
6+
To convert your config servers from SCCC to CSRS, see the MongoDB 3.4
7+
manual :v3.4:`Upgrade Config Servers to Replica Set
8+
</tutorial/upgrade-config-servers-to-replica-set>`.
9+
10+
11+

source/includes/fact-csrs-versionchanged.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ since a replica set can have up to 50 members. To deploy config servers
99
as a replica set, the config servers must run the :doc:`WiredTiger
1010
storage engine </core/wiredtiger>`.
1111

12-
In version 3.4, MongoDB removes support for SCCC config servers. To
13-
upgrade your config servers from SCCC to CSRS, see
14-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
12+
In version 3.4, MongoDB :ref:`removes support for SCCC config servers
13+
<3.4-compat-remove-sccc>`.
1514

source/includes/options-mongod.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,7 @@ description: |
11291129
11301130
Starting in 3.4, you must deploy config servers as a replica set.
11311131
The use of the deprecated mirrored :binary:`~bin.mongod` instances as
1132-
config servers (SCCC) is no longer supported. To convert your
1133-
config servers from SCCC to CSRS, see
1134-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
1132+
config servers (SCCC) is no longer supported.
11351133
11361134
The replica set config servers (CSRS) must run the
11371135
:doc:`WiredTiger storage engine </core/wiredtiger>`.
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
file: /tutorial/replace-config-server
22
description: |
33
Replace a config server in a config server replica set.
4-
---
5-
file: /tutorial/upgrade-config-servers-to-replica-set
6-
description: |
7-
Perform a rolling upgrade a mirrored config server deployment
8-
to a replica set. MongoDB 3.2+ only.
9-
---
10-
file: /tutorial/upgrade-config-servers-to-replica-set-downtime
11-
description: |
12-
Upgrade a mirrored config server deployment to a replica set.
13-
MongoDB 3.2+ only.
144
...

source/release-notes/3.4-compatibility.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ the :binary:`~bin.mongos`:
5757
- ``sharding.autoSplit`` configuration file setting and
5858
``--noAutoSplit`` command-line option
5959

60+
.. _3.4-compat-remove-sccc:
61+
6062
Removal of Support for SCCC Config Servers
6163
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6264

@@ -68,8 +70,9 @@ deploy your config servers as a replica set (CSRS).
6870
To upgrade your sharded cluster to version 3.4, the config servers must
6971
be running as a replica set.
7072

71-
To convert your existing config servers from SCCC to CSRS, see
72-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
73+
To convert your existing config servers from SCCC to CSRS, see the
74+
MongoDB 3.4 manual :v3.4:`Upgrade Config Servers to Replica Set
75+
</tutorial/upgrade-config-servers-to-replica-set>`.
7376

7477
.. seealso::
7578

source/release-notes/3.4-upgrade-sharded-cluster.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Prerequisites
4444
must convert your config servers from SCCC to a replica set (CSRS).
4545

4646
To convert your config servers from SCCC to CSRS, see
47-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
47+
:v3.4:`Upgrade Config Servers to Replica Set
48+
</tutorial/upgrade-config-servers-to-replica-set>`.
4849

4950
- Avoid Metadata Changes during the Upgrade
5051
*Optional but Recommended.* During the upgrade, if possible, avoid

source/release-notes/3.4.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ Starting in MongoDB 3.4:
370370
MongoDB can perform at most *n/2* (rounded down) simultaneous chunk
371371
migrations.
372372

373+
.. _3.4-remove-sccc:
374+
373375
Removal of Support for SCCC Config Servers
374376
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
375377

@@ -381,8 +383,9 @@ deploy your config servers as a replica set (CSRS).
381383
To upgrade your sharded cluster to version 3.4, the config servers must
382384
be running as a replica set.
383385

384-
To convert your existing config servers from SCCC to CSRS, see
385-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
386+
To convert your existing config servers from SCCC to CSRS, see the
387+
:v3.4:`Upgrade Config Servers to Replica Set
388+
</tutorial/upgrade-config-servers-to-replica-set>`.
386389

387390
Sharding Zones
388391
~~~~~~~~~~~~~~

source/sharding.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ or writes directed at the available shards can still succeed.
156156
Starting in MongoDB 3.2, you can deploy :term:`config servers <config
157157
server>` as :term:`replica sets <replica set>`. A sharded cluster with
158158
a Config Server Replica Set (CSRS) can continue to process reads and
159-
writes as long as a majority of the replica set is available. In
160-
version 3.4, MongoDB removes support for SCCC config servers. To
161-
upgrade your config servers from SCCC to CSRS, see
162-
:doc:`/tutorial/upgrade-config-servers-to-replica-set`.
159+
writes as long as a majority of the replica set is available.
160+
161+
In version 3.4, MongoDB :ref:`removes support for SCCC config servers
162+
<3.4-compat-remove-sccc>`.
163163

164164
In production environments, individual shards should be deployed as
165165
:term:`replica sets <replica set>`, providing increased redundancy and

0 commit comments

Comments
 (0)