Skip to content

Commit 49a3fd4

Browse files
(DOCSP-19419): Hide upgrade, downgrade, install docs from rapid release
1 parent 5201a61 commit 49a3fd4

File tree

48 files changed

+73
-3926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+73
-3926
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def has(self, *args):
7676
])
7777

7878
source_constants = {
79-
'version-dev': '4.9', # Current development branch
79+
'version-dev': '5.1', # Current development branch
8080
'package-name-org': 'mongodb-org',
8181
'package-name-enterprise': 'mongodb-enterprise',
8282
'version': version,

source/administration/install-community.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Install MongoDB Community Edition
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/rapid-release.rst
14+
1315
These documents provide instructions to install MongoDB Community Edition.
1416

1517
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server

source/administration/install-on-linux.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Install MongoDB Community Edition on Linux
44

55
.. default-domain:: mongodb
66

7+
.. include:: /includes/rapid-release.rst
8+
79
These documents provide instructions to install MongoDB Community
810
Edition for supported Linux systems.
911

source/administration/production-notes.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -861,11 +861,6 @@ consider the following recommendations:
861861
default MongoDB directory paths or :doc:`ports
862862
</reference/default-mongodb-port>`.
863863

864-
See: :ref:`Configure SELinux for
865-
MongoDB <install-rhel-configure-selinux>` and :ref:`Configure SELinux
866-
for MongoDB Enterprise <install-enterprise-rhel-configure-selinux>`
867-
for the required configuration.
868-
869864
.. include:: /includes/fact-selinux-server-side-js.rst
870865

871866
.. _readahead:

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

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

13+
.. include:: /includes/rapid-release.rst
14+
1315
.. include:: /includes/extracts/enterprise-additional-features.rst
1416

1517
The documents in this section provide instructions to upgrade from
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
To install the latest MongoDB version supported for
2+
on-premises use, MongoDB {+version+},see the
3+
:manual:`MongoDB 5.0 installation instructions </installation>`.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. important::
2+
3+
MongoDB {+version-dev+} is a rapid release and is only supported for
4+
MongoDB Atlas. MongoDB {+version-dev+} is not supported for use
5+
on-premises. See :ref:`release-version-numbers`.

source/includes/rapid-release.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. important::
2+
3+
MongoDB {+version-dev+} is a rapid release and is only supported for
4+
MongoDB Atlas. MongoDB {+version-dev+} is not supported for use
5+
on-premises. See :ref:`release-version-numbers`.
6+
7+
.. include:: /includes/fact-rapid-release-install.rst

source/index.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,14 @@ What is MongoDB?
1111
MongoDB is a document database designed for ease of application
1212
development and scaling.
1313

14-
Run MongoDB with
14+
Run MongoDB with `MongoDB Atlas
15+
<https://www.mongodb.com/cloud?tck=docs_server>`__ fully managed in
16+
the cloud.
1517

16-
- `MongoDB Atlas
17-
<https://www.mongodb.com/cloud?tck=docs_server>`__ fully managed in
18-
the cloud,
19-
- the source available and free-to-use :doc:`MongoDB
20-
Community </administration/install-community>`, or
21-
- the :doc:`MongoDB Enterprise Advanced
22-
</administration/install-community>` subscription.
18+
.. button:: Get started with MongoDB Atlas
19+
:uri: https://www.mongodb.com/cloud?tck=docs_server
2320

24-
.. button:: Install MongoDB
25-
:uri: /installation
26-
27-
`Get started with MongoDB Atlas <https://www.mongodb.com/cloud?tck=docs_server>`__
28-
29-
.. include:: /includes/in-dev.rst
21+
.. include:: /includes/rapid-release.rst
3022

3123
.. image:: /images/hero.png
3224
:alt: Homepage hero image

source/installation.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Install MongoDB
2222

2323
.. include:: /includes/unicode-checkmark.rst
2424

25+
.. include:: /includes/rapid-release.rst
26+
2527
MongoDB is available in two server editions: *Community* and
2628
*Enterprise*.
2729

2830
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
2931

30-
.. include:: /includes/fact-atlas-banner.rst
31-
3232
This section of the manual contains information on installing
3333
MongoDB.
3434

@@ -84,13 +84,7 @@ platforms, for both the Community Edition and the
8484
Upgrade Community Edition to Enterprise Edition Tutorials
8585
---------------------------------------------------------
8686

87-
.. important::
88-
89-
.. include:: /includes/extracts/enterprise-upgrade-edition-only.rst
90-
91-
- :doc:`/tutorial/upgrade-to-enterprise-standalone`
92-
- :doc:`/tutorial/upgrade-to-enterprise-replica-set`
93-
- :doc:`/tutorial/upgrade-to-enterprise-sharded-cluster`
87+
.. include:: /includes/rapid-release.rst
9488

9589
.. _mongodb-supported-platforms:
9690

0 commit comments

Comments
 (0)