Skip to content

(DOCSP-19419): Hide upgrade, downgrade, install docs from rapid release #6092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def has(self, *args):
])

source_constants = {
'version-dev': '4.9', # Current development branch
'version-dev': '5.1', # Current development branch
'package-name-org': 'mongodb-org',
'package-name-enterprise': 'mongodb-enterprise',
'version': version,
Expand Down
2 changes: 2 additions & 0 deletions source/administration/install-community.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Install MongoDB Community Edition
:depth: 1
:class: singlecol

.. include:: /includes/rapid-release.rst

These documents provide instructions to install MongoDB Community Edition.

.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
Expand Down
2 changes: 2 additions & 0 deletions source/administration/install-on-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Install MongoDB Community Edition on Linux

.. default-domain:: mongodb

.. include:: /includes/rapid-release.rst

These documents provide instructions to install MongoDB Community
Edition for supported Linux systems.

Expand Down
5 changes: 0 additions & 5 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -861,11 +861,6 @@ consider the following recommendations:
default MongoDB directory paths or :doc:`ports
</reference/default-mongodb-port>`.

See: :ref:`Configure SELinux for
MongoDB <install-rhel-configure-selinux>` and :ref:`Configure SELinux
for MongoDB Enterprise <install-enterprise-rhel-configure-selinux>`
for the required configuration.

.. include:: /includes/fact-selinux-server-side-js.rst

.. _readahead:
Expand Down
2 changes: 2 additions & 0 deletions source/administration/upgrade-community-to-enterprise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Upgrade MongoDB Community to MongoDB Enterprise
:depth: 1
:class: singlecol

.. include:: /includes/rapid-release.rst

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

The documents in this section provide instructions to upgrade from
Expand Down
3 changes: 3 additions & 0 deletions source/includes/fact-rapid-release-install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To install the latest MongoDB version supported for
on-premises use, MongoDB {+version+},see the
:manual:`MongoDB 5.0 installation instructions </installation>`.
5 changes: 5 additions & 0 deletions source/includes/rapid-release-short.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. important::

MongoDB {+version-dev+} is a rapid release and is only supported for
MongoDB Atlas. MongoDB {+version-dev+} is not supported for use
on-premises. See :ref:`release-version-numbers`.
7 changes: 7 additions & 0 deletions source/includes/rapid-release.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. important::

MongoDB {+version-dev+} is a rapid release and is only supported for
MongoDB Atlas. MongoDB {+version-dev+} is not supported for use
on-premises. See :ref:`release-version-numbers`.

.. include:: /includes/fact-rapid-release-install.rst
20 changes: 6 additions & 14 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ What is MongoDB?
MongoDB is a document database designed for ease of application
development and scaling.

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

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

.. button:: Install MongoDB
:uri: /installation

`Get started with MongoDB Atlas <https://www.mongodb.com/cloud?tck=docs_server>`__

.. include:: /includes/in-dev.rst
.. include:: /includes/rapid-release.rst

.. image:: /images/hero.png
:alt: Homepage hero image
Expand Down
12 changes: 3 additions & 9 deletions source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Install MongoDB

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

.. include:: /includes/rapid-release.rst

MongoDB is available in two server editions: *Community* and
*Enterprise*.

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

.. include:: /includes/fact-atlas-banner.rst

This section of the manual contains information on installing
MongoDB.

Expand Down Expand Up @@ -84,13 +84,7 @@ platforms, for both the Community Edition and the
Upgrade Community Edition to Enterprise Edition Tutorials
---------------------------------------------------------

.. important::

.. include:: /includes/extracts/enterprise-upgrade-edition-only.rst

- :doc:`/tutorial/upgrade-to-enterprise-standalone`
- :doc:`/tutorial/upgrade-to-enterprise-replica-set`
- :doc:`/tutorial/upgrade-to-enterprise-sharded-cluster`
.. include:: /includes/rapid-release.rst

.. _mongodb-supported-platforms:

Expand Down
4 changes: 1 addition & 3 deletions source/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Introduction to MongoDB
:depth: 1
:class: singlecol

.. include:: /includes/in-dev.rst

.. include:: /includes/fact-mongodb-intro.rst
.. include:: /includes/rapid-release-short.rst

Document Database
-----------------
Expand Down
Loading