Skip to content

Commit 9eea8b6

Browse files
authored
DOCSP-30059 Upgrade 7.0 Community to Enterprise (#3364)
* DOCSP-30059 Upgrade 7.0 Community to Enterprise * version number * build errors
1 parent 9b58be2 commit 9eea8b6

6 files changed

+84
-5
lines changed

source/administration/upgrade-community-to-enterprise.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Upgrade MongoDB Community to MongoDB Enterprise
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. include:: /includes/rapid-release.rst
16-
1715
.. include:: /includes/extracts/enterprise-additional-features.rst
1816

1917
The documents in this section provide instructions to upgrade from

source/tutorial/install-mongodb-enterprise-on-amazon-tarball.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _install-mdb-enterprise-amazon-linux-tgz:
2+
.. _install-mdb-enterprise-amazon-tgz:
23

34
=============================================================
45
Install MongoDB Enterprise on Amazon Linux using .tgz Tarball

source/tutorial/install-mongodb-enterprise-on-amazon.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _install-mdb-enterprise-amazon-linux:
2+
.. _install-mdb-enterprise-amazon:
23

34
==================================================
45
Install MongoDB Enterprise Edition on Amazon Linux

source/tutorial/upgrade-to-enterprise-replica-set.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,34 @@ Upgrade to MongoDB Enterprise (Replica Set)
1212

1313
.. include:: /includes/extracts/enterprise-additional-features.rst
1414

15-
.. include:: /includes/rapid-release.rst
15+
The following steps outline the procedure to upgrade a replica set from
16+
the MongoDB Community Edition to the MongoDB Enterprise Edition. For
17+
example, the steps can be used to upgrade MongoDB 7.0 Community to
18+
MongoDB 7.0 Enterprise.
19+
20+
Consideration
21+
-------------
22+
23+
.. warning::
24+
25+
.. include:: /includes/extracts/enterprise-upgrade-edition-only.rst
26+
27+
28+
Download Enterprise Binaries
29+
----------------------------
30+
31+
.. include:: /includes/extracts/enterprise-install-binaries.rst
32+
33+
Procedure
34+
---------
35+
36+
To minimize downtime, you can upgrade from MongoDB Community to
37+
Enterprise Edition using a "rolling" upgrade by upgrading the members
38+
individually while the other members are available.
39+
40+
.. include:: /includes/steps/upgrade-enterprise-replica-set.rst
41+
42+
.. important::
43+
44+
Before using any Enterprise features, ensure that all members have
45+
been upgraded to Enterprise edition.

source/tutorial/upgrade-to-enterprise-sharded-cluster.txt

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,33 @@ Upgrade to MongoDB Enterprise (Sharded Cluster)
1212

1313
.. include:: /includes/extracts/enterprise-additional-features.rst
1414

15-
.. include:: /includes/rapid-release.rst
15+
The following steps outline the procedure to upgrade a sharded cluster
16+
from the MongoDB Community Edition to the MongoDB Enterprise Edition.
17+
For example, the steps can be used to upgrade MongoDB 7.0 Community to
18+
MongoDB 7.0 Enterprise.
19+
20+
Consideration
21+
-------------
22+
23+
.. warning::
24+
25+
.. include:: /includes/extracts/enterprise-upgrade-edition-only.rst
26+
27+
Download Enterprise Binaries
28+
----------------------------
29+
30+
.. include:: /includes/extracts/enterprise-install-binaries.rst
31+
32+
Procedure
33+
---------
34+
35+
To minimize downtime, you can upgrade from MongoDB Community to
36+
Enterprise Edition using a "rolling" upgrade by upgrading the members
37+
individually while the other members are available.
38+
39+
.. include:: /includes/steps/upgrade-enterprise-sharded-cluster.rst
40+
41+
.. important::
42+
43+
Before using any Enterprise features, ensure that all members have
44+
been upgraded to Enterprise edition.

source/tutorial/upgrade-to-enterprise-standalone.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,24 @@ Upgrade to MongoDB Enterprise (Standalone)
1212

1313
.. include:: /includes/extracts/enterprise-additional-features.rst
1414

15-
.. include:: /includes/rapid-release.rst
15+
The following steps outline the procedure to upgrade a standalone
16+
:binary:`~bin.mongod` from the MongoDB Community Edition to the MongoDB
17+
Enterprise Edition. For example, the steps can be used to upgrade
18+
MongoDB 7.0 Community to MongoDB 7.0 Enterprise.
19+
20+
Consideration
21+
-------------
22+
23+
.. warning::
24+
25+
.. include:: /includes/extracts/enterprise-upgrade-edition-only.rst
26+
27+
Download Enterprise Binaries
28+
----------------------------
29+
30+
.. include:: /includes/extracts/enterprise-install-binaries.rst
31+
32+
Procedure
33+
---------
34+
35+
.. include:: /includes/steps/upgrade-enterprise-standalone.rst

0 commit comments

Comments
 (0)