Skip to content

Commit 50f070c

Browse files
authored
(DOCSP-42132): Adds OM 8.0 release notes and advisories (#401)
<!-- Add a description of your PR here (optional) --> Question for @evinroesle, do you know if we should refer to embedded config servers as _**config shards**_ as we do in the [server docs](https://www.mongodb.com/docs/upcoming/core/sharded-cluster-config-servers/#config-shards)? ## Description - Adds release notes and advisories according to [the doc](https://docs.google.com/document/d/17wpaZtnytYyymu0FzKn8XS4JYTBa41JBwG_AopI881E/edit). ### Links - [DOCSP-42132](https://jira.mongodb.org/browse/DOCSP-42132) - Staging: - [Ops Manager Server Changelog](https://deploy-preview-401--10gen-docs-ops-manager.netlify.app/release-notes/application/) (release notes) - [Upgrade Ops Manager](https://deploy-preview-401--10gen-docs-ops-manager.netlify.app/tutorial/upgrade-ops-manager/) (advisories and upgrade path) For reference: OM 7.0 release notes: 10gen/mms-docs#5283 ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [x] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [x] Confirm links are working.
1 parent 1b8b613 commit 50f070c

File tree

7 files changed

+138
-5
lines changed

7 files changed

+138
-5
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. warning:: Upgrade Managed Databases to MongoDB 4.4 or Later
2+
3+
|onprem| 8.0 doesn't support MongoDB 4.2 and earlier. If you're using
4+
MongoDB 4.2 or earlier and want to upgrade to |onprem| 8.0, you must
5+
upgrade to at least MongoDB 4.4. However, we recommend that you upgrade
6+
to at least MongoDB 6.0 before upgrading to |onprem| 8.0.
7+

source/includes/upgrade-path-onprem-upgrade.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ upgrade path you must take to upgrade to |onprem| 4.4 or later.
2020

2121
.. note::
2222

23-
All upgrades for |onprem| versions 4.2.x and later use
23+
All upgrades for |onprem| versions 6.0.x and later use
2424
:ref:`the same procedure <upgrade-om-procedure>`. To upgrade to a
2525
higher version, you must first use this procedure upgrade to the
2626
latest available patch of your initial version, then use the
@@ -40,10 +40,20 @@ The following table lists upgrade paths for all versions:
4040

4141
- Upgrade Path
4242

43+
* - 8.0.x
44+
- Upgrade from |onprem| 8.0.x to the latest available patch
45+
version of 8.0 using
46+
:ref:`this procedure <upgrade-om-procedure>`.
47+
48+
.. seealso
49+
50+
:ref:`Ops Manager 8.0 releases <opsmgr-server-8.0>`
51+
4352
* - 7.0.x
4453
- Upgrade from |onprem| 7.0.x to the latest available patch
45-
version of 7.0 using
46-
:ref:`this procedure <upgrade-om-procedure>`.
54+
version of 7.0. Then upgrade to the latest available version of
55+
8.0. Use :ref:`this procedure <upgrade-om-procedure>` for both
56+
upgrades.
4757

4858
.. seealso
4959

source/release-notes/application.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
:depth: 1
1313
:class: twocols
1414

15+
16+
.. _opsmgr-server-8.0:
17+
18+
|onprem| Server 8.0
19+
-------------------
20+
21+
.. include:: /release-notes/changelogs/ops-manager/changelog-onprem-v8.0.rst
22+
23+
1524
.. _opsmgr-server-7.0:
1625

1726
|onprem| Server 7.0
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
.. _opsmgr-server-8.0.0:
2+
3+
|onprem| Server 8.0.0
4+
~~~~~~~~~~~~~~~~~~~~~
5+
6+
*Released 2024-10-01*
7+
8+
.. note::
9+
10+
The following list contains features and improvements
11+
that have been added since |onprem| 7.0.0, many of which
12+
are also included in later minor releases of |onprem| 7.0.
13+
For details, see :ref:`Ops Manager 7.0 releases <opsmgr-server-7.0>`.
14+
15+
MongoDB Cluster Management
16+
``````````````````````````
17+
18+
- Supports managing, monitoring, and backing up MongoDB 8.0 deployments.
19+
- Supports MongoDB 8.0 as a deployment option.
20+
- Supports deployments that use :manual:`config shards </core/sharded-cluster-config-servers/#config-shards>`.
21+
22+
.. note::
23+
24+
:ref:`Queryable backups <restore-from-queryable-backup>`
25+
are not supported when you use config shards.
26+
27+
- Deprecates support for MongoDB 4.4 and MongoDB 5.0 deployments.
28+
- Removes support for MongoDB 4.2 deployments.
29+
30+
Backup
31+
``````
32+
33+
- Supports performing :ref:`on-demand snapshots <on-demand-snapshots>`
34+
in addition to scheduled snapshots.
35+
- Supports enabling and configuring :ref:`regional backups <regional-backup>`.
36+
- Supports parsing multiple certificates, or a chain, from PEM
37+
files for |s3| backup store configuration.
38+
- Adds additional snapshot history metadata for block tracking,
39+
incrementality for data and indexes, transfer speed, and duration in the
40+
:guilabel:`Admin` interface and :guilabel:`Diagnostic Archive`.
41+
- Adds additional snapshot metrics to the snapshot summary table.
42+
- Adds ability to track restore block download performance.
43+
- Enhances logging for MongoDB blockstores groom progress and checks
44+
that grooms have enough space to run before starting.
45+
46+
Automation
47+
``````````
48+
49+
- Improves the redaction of sensitive fields.
50+
- Supports ``net.tls.clusterAuthX509`` parameter in MongoDB 7.0 for
51+
``clusterAuthMode`` set to ``x509``.
52+
- Adds ability to configure the :setting:`net.tls.clusterCAFile` parameter.
53+
- Adds API support for project-level MongoDB log rotation settings.
54+
- Adds automation support for :manual:`at-rest encryption
55+
</core/security-encryption-at-rest/#encryption-at-rest>` of
56+
:ref:`audit logs <deployment-advanced-options-audit-log>` in MongoDB
57+
6.0 and later versions.
58+
59+
|onprem| Platform Support
60+
```````````````````````````
61+
62+
- Removes |onprem| support for RedHat Enterprise Linux 7.
63+
- Removes |onprem| support for SUSE Linux Enterprise Server 12.
64+
- Removes |onprem| support for Ubuntu 20.04 LTS.
65+
- Deprecates |onprem| support for Amazon Linux v2 LTS.
66+
- Deprecates |onprem| support for Debian 11.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Before upgrading |onprem| from 7.0 to 8.0, review the following considerations:
2+
3+
Backing Databases
4+
~~~~~~~~~~~~~~~~~
5+
6+
|onprem| 8.0.0 requires a minimum of MongoDB 6.0.0 for |onprem| backing
7+
databases.
8+
9+
.. include:: /includes/fact-opsmanager-backingdb-version.rst
10+
11+
|onprem| Platform Support
12+
~~~~~~~~~~~~~~~~~~~~~~~~~
13+
14+
- Removes |onprem| support for RedHat Enterprise Linux 7.
15+
- Removes |onprem| support for SUSE Linux Enterprise Server 12.
16+
- Removes |onprem| support for Ubuntu 20.04 LTS.
17+
18+
.. important::
19+
20+
- Deprecates |onprem| support for Amazon Linux v2 LTS.
21+
- Deprecates |onprem| support for Debian 11.
22+
23+
Automation Support Changes
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~
25+
26+
- Removes support for automating, monitoring, and
27+
backing up MongoDB versions 4.2 and earlier.
28+
|onprem| can only manage databases that run MongoDB 4.4 or higher.
29+
30+
.. important::
31+
32+
- Deprecates support for automating, monitoring, and backing up
33+
MongoDB versions 5.0 and earlier.
34+
35+
.. note::
36+
37+
:ref:`Queryable backups <restore-from-queryable-backup>`
38+
are not supported when you use :manual:`config shards
39+
</core/sharded-cluster-config-servers/#config-shards>`.

source/tutorial/upgrade-ops-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ installation.
2222
Upgrade Path
2323
------------
2424

25-
.. include:: /includes/admonitions/warning/om6-manages-mdb-3-6-or-later.rst
25+
.. include:: /includes/admonitions/warning/om8-manages-mdb-6-or-later.rst
2626

2727
.. include:: /includes/upgrade-path-onprem-upgrade.rst
2828

@@ -36,7 +36,7 @@ Upgrade Path
3636
Considerations
3737
--------------
3838

39-
.. include:: /release-notes/release-advisories/advisories-v7.0.rst
39+
.. include:: /release-notes/release-advisories/advisories-v8.0.rst
4040

4141
Prerequisites
4242
-------------

source/tutorial/view-snapshots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ View All Available Snapshots
2929

3030
.. include:: /includes/steps/view-snapshots.rst
3131

32+
.. _on-demand-snapshots:
33+
3234
On-Demand Snapshots
3335
-------------------
3436

0 commit comments

Comments
 (0)