Skip to content

Commit 8d29973

Browse files
DOCSP-24390 Hide upgrade, downgrade, install docs from rapid release (#1603)
* (DOCSP-19419): Hide upgrade, downgrade, install docs from rapid release * remove install docs from toc * update version replacements * remove missing refs * remove missing ref * fix version number for install link * link formatting * remove missing ref * add rapid note to upgrade revision tutorial
1 parent 8b5abf9 commit 8d29973

File tree

58 files changed

+86
-4056
lines changed

Some content is hidden

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

58 files changed

+86
-4056
lines changed

conf.py

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

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

snooty.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ toc_landing_pages = [
9797
"/crud",
9898
"/geospatial-queries",
9999
"/indexes",
100-
"/installation",
101100
"/introduction",
102101
"/mongo",
103102
"/reference/aggregation",
@@ -225,10 +224,9 @@ windows-dir-version = "6.0" # wizard
225224
package-name-org = "mongodb-org"
226225
package-name-enterprise = "mongodb-enterprise"
227226
package-name = "mongodb"
228-
version = "6.0"
227+
version = "6.1"
229228
latest-lts-version = "6.0"
230229
release = "6.0.0"
231-
version-dev = "6.1"
232230
pgp-version = "{+version+}"
233231
rsa-key = "4B7C549A058F8B6B"
234232
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"

source/about.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ which are also distributed with the official MongoDB Packages.
3636
Version and Revisions
3737
---------------------
3838

39-
This version of the manual reflects version {+latest-lts-version+}
39+
This version of the manual reflects version {+version+}
4040
of MongoDB.
4141

4242
See the `MongoDB Documentation Project Page <https://www.mongodb.com/docs>`_
@@ -96,4 +96,3 @@ For more information on the MongoDB documentation process, see the
9696

9797
If you have any questions, please feel free to open a :issue:`Jira Case
9898
<DOCS>`.
99-

source/administration/install-community.txt

+2
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

+2
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

-5
Original file line numberDiff line numberDiff line change
@@ -857,11 +857,6 @@ consider the following recommendations:
857857
default MongoDB directory paths or :doc:`ports
858858
</reference/default-mongodb-port>`.
859859

860-
See: :ref:`Configure SELinux for
861-
MongoDB <install-rhel-configure-selinux>` and :ref:`Configure SELinux
862-
for MongoDB Enterprise <install-enterprise-rhel-configure-selinux>`
863-
for the required configuration.
864-
865860
.. include:: /includes/fact-selinux-server-side-js.rst
866861

867862
.. _readahead:

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

+2
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

source/contents.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ project, this Manual and additional editions of this text.
3232
:hidden:
3333

3434
Introduction </introduction>
35-
Installation </installation>
36-
MongoDB Shell (mongosh) <https://www.mongodb.com/docs/mongodb-shell/>
35+
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
3736
/crud
3837
/aggregation
3938
/data-modeling

source/includes/fact-mongodb-intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
1+
Welcome to the MongoDB {+version+} Manual! MongoDB is a
22
document database designed for ease of development
33
and scaling.
44

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
To install the latest MongoDB version supported for
2-
on-premises use, MongoDB {+latest-lts-version+}, see the
3-
:manual:`MongoDB 5.0 installation instructions </installation>`.
1+
To install the latest MongoDB version supported for on-premises use,
2+
MongoDB {+latest-lts-version+}, see the
3+
:v6.0:`MongoDB {+latest-lts-version+} installation instructions
4+
</installation>`.

source/includes/in-dev.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
.. warning:: MongoDB {+version-dev+} Not Yet Available
2+
.. warning:: MongoDB {+version+} Not Yet Available
33

4-
MongoDB {+version-dev+} release candidates are not yet available.
4+
MongoDB {+version+} release candidates are not yet available.
55
This version of the manual is for an upcoming release and is
66
currently a work in progress.

source/includes/rapid-release.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. important::
22

3-
MongoDB |version| is a rapid release and is only supported for
4-
MongoDB Atlas. MongoDB |version| is not supported for use
3+
MongoDB {+version+} is a rapid release and is only supported for
4+
MongoDB Atlas. MongoDB {+version+} is not supported for use
55
on-premises. For more information, see
66
:ref:`release-version-numbers`.
77

source/includes/rc-available.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. important:: MongoDB {+version-dev+} Release Candidates
1+
.. important:: MongoDB {+version+} Release Candidates
22

3-
MongoDB {+version-dev+} binaries are currently available only as
3+
MongoDB {+version+} binaries are currently available only as
44
**release candidates**. Release candidates can be used for early
55
testing of new features, but are not suitable for production
66
deployments.

source/index.txt

+7-14
Original file line numberDiff line numberDiff line change
@@ -11,20 +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>`__
21+
.. include:: /includes/rapid-release.rst
2822

2923
.. image:: /images/hero.png
3024
:alt: Homepage hero image
@@ -215,8 +209,7 @@ Explore libraries and tools for MongoDB.
215209
:titlesonly:
216210

217211
Introduction </introduction>
218-
Installation </installation>
219-
MongoDB Shell (mongosh) <https://www.mongodb.com/docs/mongodb-shell/>
212+
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
220213
/crud
221214
/aggregation
222215
/data-modeling

source/installation.txt

+9-104
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
.. _tutorials-installation:
22
.. _tutorial-installation:
33

4+
.. This page is hidden from the TOC and search indexing.
5+
6+
:orphan:
7+
8+
.. meta::
9+
:robots: noindex, nosnippet
10+
411
===============
512
Install MongoDB
613
===============
@@ -13,114 +20,12 @@ Install MongoDB
1320
:depth: 1
1421
:class: singlecol
1522

16-
17-
18-
19-
20-
2123
.. include:: /includes/unicode-checkmark.rst
2224

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

25-
MongoDB is available in two server editions: *Community* and
26-
*Enterprise*.
27-
28-
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
29-
30-
.. include:: /includes/fact-atlas-banner.rst
31-
32-
This section of the manual contains information on installing
33-
MongoDB.
34-
35-
- For instructions on upgrading your current deployment to MongoDB
36-
{+version+}, see :ref:`{+version+}-upgrade` instead.
37-
38-
- For instructions on upgrading to the latest patch release for your
39-
current version, see :doc:`/tutorial/upgrade-revision` instead.
40-
41-
MongoDB Installation Tutorials
42-
------------------------------
43-
44-
MongoDB installation tutorials are available for the following
45-
platforms, for both the Community Edition and the
46-
:products:`Enterprise Edition
47-
</mongodb-enterprise-advanced?tck=docs_server>`:
48-
49-
.. list-table::
50-
:header-rows: 1
51-
:widths: 10 45 45
52-
53-
* - Platform
54-
- Community Edition
55-
- Enterprise Edition
56-
57-
* - Linux
58-
- | :doc:`/tutorial/install-mongodb-on-red-hat`
59-
| :doc:`/tutorial/install-mongodb-on-ubuntu`
60-
| :doc:`/tutorial/install-mongodb-on-debian`
61-
| :doc:`/tutorial/install-mongodb-on-suse`
62-
| :doc:`/tutorial/install-mongodb-on-amazon`
63-
64-
- | :doc:`/tutorial/install-mongodb-enterprise-on-red-hat`
65-
| :doc:`/tutorial/install-mongodb-enterprise-on-ubuntu`
66-
| :doc:`/tutorial/install-mongodb-enterprise-on-debian`
67-
| :doc:`/tutorial/install-mongodb-enterprise-on-suse`
68-
| :doc:`/tutorial/install-mongodb-enterprise-on-amazon`
69-
70-
* - macOS
71-
- :doc:`/tutorial/install-mongodb-on-os-x`
72-
- :doc:`/tutorial/install-mongodb-enterprise-on-os-x`
73-
74-
* - Windows
75-
- :doc:`/tutorial/install-mongodb-on-windows`
76-
- :doc:`/tutorial/install-mongodb-enterprise-on-windows`
77-
78-
* - Docker
79-
-
80-
- :doc:`/tutorial/install-mongodb-enterprise-with-docker`
81-
82-
.. include:: /includes/unicode-checkmark.rst
83-
84-
Upgrade Community Edition to Enterprise Edition Tutorials
85-
---------------------------------------------------------
86-
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`
94-
95-
.. _mongodb-supported-platforms:
96-
97-
Supported Platforms
98-
-------------------
99-
100-
.. versionchanged:: 3.4
101-
102-
MongoDB no longer supports 32-bit x86 platforms.
103-
104-
.. sharedinclude:: server/platform-support/platform-support.rst
105-
106-
.. [#oracle-linux]
107-
108-
MongoDB only supports Oracle Linux running the Red Hat Compatible
109-
Kernel (RHCK). MongoDB does **not** support the Unbreakable
110-
Enterprise Kernel (UEK).
111-
112-
.. [#RockyAlmaLinux-support-install]
113-
114-
MongoDB on-premises products released for RHEL version 8.0+ are
115-
compatible with and supported on Rocky Linux version 8.0+ and
116-
AlmaLinux version 8.0+, contingent upon those distributions meeting their
117-
obligation to deliver full RHEL compatibility.
118-
119-
.. [#SLES12-SP-info]
120-
121-
MongoDB versions 5.0 and greater are tested against SLES 12 service
122-
pack 5. Earlier versions of MongoDB are tested against SLES 12
123-
with no service pack.
27+
.. include:: /includes/rapid-release.rst
28+
12429

12530
.. toctree::
12631
:hidden:

source/introduction.txt

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Introduction to MongoDB
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/rapid-release-short.rst
14+
1315
Document Database
1416
-----------------
1517

0 commit comments

Comments
 (0)