Skip to content

Commit d09539d

Browse files
(DOCSP-17476): Update mdbVersion to 5.0 (#544)
1 parent 03ef7b9 commit d09539d

File tree

8 files changed

+20
-21
lines changed

8 files changed

+20
-21
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ mcli = "MongoDB CLI"
176176
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
177177
mcli-version = "1.18.0"
178178
mdbagent = "MongoDB Agent"
179-
mdbVersion = "4.4"
179+
mdbVersion = "5.0"
180180

181181
[substitutions]
182182
a-application = "an Ops Manager Application"

source/includes/quick-start-cm-om-create-cluster-intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The following command creates a sample cluster with the following settings:
22

33
- Cluster name: ``getStarted``
4-
- MongoDB server version: ``4.2.2``
5-
- Feature compatibility version: ``4.2``
4+
- MongoDB server version: ``5.0.0``
5+
- Feature compatibility version: ``5.0``
66
- Replica set members: ``3``
77
- Member hostnames: ``host1``, ``host2``, ``host3``
88

source/includes/steps-install-mcli-apt.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ content: |
99
1010
.. code-block:: sh
1111
12-
wget -qO - https://www.mongodb.org/static/pgp/server-{+mdbVersion+}.asc | sudo
13-
apt-key add -
12+
wget -qO - https://www.mongodb.org/static/pgp/server-{+mdbVersion+}.asc | sudo apt-key add -
1413
1514
A succesful command returns an ``OK``.
1615
---

source/includes/steps-quick-start-cluster-create.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ content: |
1212
1313
{
1414
"name": "getStarted",
15-
"version": "4.4.4",
16-
"featureCompatibilityVersion": "4.4",
15+
"version": "5.0.0",
16+
"featureCompatibilityVersion": "5.0",
1717
"processes": [
1818
{
1919
"hostname": "host1",

source/install/compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ versions of |service|, |cloud-short|, and |onprem|.
6161
- Current
6262

6363
* - |onprem|
64-
- 4.2 [*]_, 4.4
64+
- 4.2 [*]_, 4.4, 5.0
6565

6666
.. [*] Some features are not available in |onprem| 4.2.

source/quick-start/atlas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Click the tab to see the command for your preferred mode.
7777
- Provider region: ``US_EAST-1``
7878
- Cluster tier: ``M2``
7979
- Disk size: ``2`` GB
80-
- MongoDB version: ``4.4``
80+
- MongoDB version: ``5.0``
8181
- Replica set members: ``3``
8282

8383
.. code-block:: sh

source/quick-start/cloudmgr.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ Your command output should look similar to the following:
7070
{
7171
"buildIndexes": true,
7272
"db_path": "/data/cluster/rs1",
73-
"featureCompatibilityVersion": "4.4",
73+
"featureCompatibilityVersion": "5.0",
7474
"hostname": "host1",
7575
"log_path": "/data/cluster/rs1/mongodb.log",
7676
"name": "getStartedCluster",
7777
"port": 29010,
7878
"priority": 1,
7979
"process_type": "mongod",
8080
"slave_delay": 0,
81-
"version": "4.4.4",
81+
"version": "5.0.0",
8282
"votes": 1,
8383
"arbiter_only": false,
8484
"disabled": false,
@@ -87,15 +87,15 @@ Your command output should look similar to the following:
8787
{
8888
"buildIndexes": true,
8989
"db_path": "/data/cluster/rs2",
90-
"featureCompatibilityVersion": "4.4",
90+
"featureCompatibilityVersion": "5.0",
9191
"hostname": "host2",
9292
"log_path": "/data/cluster/rs2/mongodb.log",
9393
"name": "getStartedCluster",
9494
"port": 29020,
9595
"priority": 1,
9696
"process_type": "mongod",
9797
"slave_delay": 0,
98-
"version": "4.4.4",
98+
"version": "5.0.0",
9999
"votes": 1,
100100
"arbiter_only": false,
101101
"disabled": false,
@@ -104,15 +104,15 @@ Your command output should look similar to the following:
104104
{
105105
"buildIndexes": true,
106106
"db_path": "/data/cluster/rs3",
107-
"featureCompatibilityVersion": "4.4",
107+
"featureCompatibilityVersion": "5.0",
108108
"hostname": "host3",
109109
"log_path": "/data/cluster/rs3/mongodb.log",
110110
"name": "getStartedCluster",
111111
"port": 29030,
112112
"priority": 1,
113113
"process_type": "mongod",
114114
"slave_delay": 0,
115-
"version": "4.4.4",
115+
"version": "5.0.0",
116116
"votes": 1,
117117
"arbiter_only": false,
118118
"disabled": false,

source/quick-start/opsmgr.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ Your command output should look similar to the following:
7070
{
7171
"buildIndexes": true,
7272
"db_path": "/data/cluster/rs1",
73-
"featureCompatibilityVersion": "4.4",
73+
"featureCompatibilityVersion": "5.0",
7474
"hostname": "host1",
7575
"log_path": "/data/cluster/rs1/mongodb.log",
7676
"name": "getStartedCluster",
7777
"port": 29010,
7878
"priority": 1,
7979
"process_type": "mongod",
8080
"slave_delay": 0,
81-
"version": "4.4.4",
81+
"version": "5.0.0",
8282
"votes": 1,
8383
"arbiter_only": false,
8484
"disabled": false,
@@ -87,15 +87,15 @@ Your command output should look similar to the following:
8787
{
8888
"buildIndexes": true,
8989
"db_path": "/data/cluster/rs2",
90-
"featureCompatibilityVersion": "4.4",
90+
"featureCompatibilityVersion": "5.0",
9191
"hostname": "host2",
9292
"log_path": "/data/cluster/rs2/mongodb.log",
9393
"name": "getStartedCluster",
9494
"port": 29020,
9595
"priority": 1,
9696
"process_type": "mongod",
9797
"slave_delay": 0,
98-
"version": "4.4.4",
98+
"version": "5.0.0",
9999
"votes": 1,
100100
"arbiter_only": false,
101101
"disabled": false,
@@ -104,15 +104,15 @@ Your command output should look similar to the following:
104104
{
105105
"buildIndexes": true,
106106
"db_path": "/data/cluster/rs3",
107-
"featureCompatibilityVersion": "4.4",
107+
"featureCompatibilityVersion": "5.0",
108108
"hostname": "host3",
109109
"log_path": "/data/cluster/rs3/mongodb.log",
110110
"name": "getStartedCluster",
111111
"port": 29030,
112112
"priority": 1,
113113
"process_type": "mongod",
114114
"slave_delay": 0,
115-
"version": "4.4.4",
115+
"version": "5.0.0",
116116
"votes": 1,
117117
"arbiter_only": false,
118118
"disabled": false,

0 commit comments

Comments
 (0)