Skip to content

Commit b9b3380

Browse files
(DOCSP-45143) 8.0.0 upgrade issue and other fixes for older rpm warning-v7.0-backport (638) (#659)
# Backport This will backport the following commits from `master` to `v7.0`: - [(DOCSP-45143) 8.0.0 upgrade issue and other fixes for older rpm warning (#638)](10gen/docs-ops-manager#638) <!--- Backport version: 9.6.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent 6f03433 commit b9b3380

File tree

4 files changed

+159
-3
lines changed

4 files changed

+159
-3
lines changed

source/release-notes/changelogs/ops-manager/changelog-onprem-v7.0.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,16 @@ User Interface
358358
- Adds support for deploying |onprem| on RedHat Enterprise Linux 9 on x86_64 architectures.
359359
- Adds support for deploying |onprem| on Ubuntu 22.04 on x86_64 architectures.
360360
- Adds support for deploying |onprem| on Amazon Linux 2023.
361+
- Adds support to fix broken ``rpm`` packages for |onprem| versions 6.0.0, 6.0.1, and 6.0.2
362+
containing incorrect version information that could cause standard
363+
upgrades to fail. If upgrading from any of these versions to
364+
version 6.0.3 or greater, upgrade the package using the
365+
``--oldpackage`` flag:
366+
367+
.. code-block:: sh
368+
369+
sudo rpm -Uvh --oldpackage mongodb-mms-<version>.x86_64.rpm
370+
361371
- Removes |onprem| support for Debian 10.
362372
- Removes |onprem| support for Ubuntu 18.04 LTS.
363373
- Deprecates |onprem| support for RedHat Enterprise Linux 7.
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
.. _opsmgr-server-8.0.2:
2+
3+
|onprem| Server 8.0.2
4+
~~~~~~~~~~~~~~~~~~~~~
5+
6+
*Released 2024-12-05*
7+
8+
Improvements
9+
`````````````
10+
11+
- Updates the {+mdbagent+} to :ref:`108.0.2.8729-1 <mongodb-108.0.2.8729-1>`.
12+
- Adds support for |bic-full| 2.14.19.
13+
- Adds {+mdbagent+} support for Ubuntu 24.04 on x86_64 and ARM architectures.
14+
- Adds support for deploying |onprem| on Ubuntu 24.04 on x86_64 and ARM architectures.
15+
- Updates the password hashing algorithm to ``pbkdf2``. Old passwords are migrated
16+
automatically without any user impact. New passwords cannot exceed 256
17+
characters. Users with passwords longer than 256 characters must migrate their passwords.
18+
- Adds a new custom configuration :setting:`mms.user.passwordHashIterations`.
19+
to dynamically modify the number of iterations for the hashing algorithm.
20+
- Adds the following fields to the :ref:`snapshot APIs <snapshots-api>`:
21+
``machineId``, ``name``, ``completedTime``, ``fcv``, and ``replicaState``.
22+
- Adds ability to cancel a failed queryable restore for sharded clusters.
23+
24+
25+
Bug Fixes
26+
```````````
27+
28+
Fixes the following issues:
29+
30+
- User invite API didn't respect the :setting:`mms.user.bypassInviteForExistingUsers` settings.
31+
- Deployments from deleted groups caused MongoDB version validation to fail and prevented the |onprem| upgrade.
32+
- Arbiter nodes caused the :guilabel:`Edit Namespace filter` option in the UI to not be visible.
33+
- Topology change requests couldn't be processed when backup wasn't enabled.
34+
- The {+mdbagent+} couldn't download the correct |bic-full| versions on certain platforms.
35+
- When deploying |onprem| in hybrid mode, ``.tmp`` files could be left behind unintentionally.
36+
- The {+mdbagent+} could incorrectly report that goal state was reached
37+
while encountering a transient error.
38+
39+
.. _opsmgr-server-8.0.1:
40+
41+
|onprem| Server 8.0.1
42+
~~~~~~~~~~~~~~~~~~~~~
43+
44+
*Released 2024-11-01*
45+
46+
- Updates JDK to ``jdk-21.0.5+11``.
47+
- Supports :ref:`Workload Identity Federation <om-oidc-authentication-workload>` on top of the already existing Workforce Identity Federation.
48+
- Supports configuring separate SAML signature validation for responses and assertions so that only one is
49+
required through the :setting:`mms.saml.signedAssertions` and :setting:`mms.saml.signedMessages` settings.
50+
- Supports ability to set a custom idle session timeout using new app settings, :guilabel:`Idle Session Timeout Mode` and :guilabel:`Idle Session Timeout Max Minutes`.
51+
- Removes the |onprem| version number from the login page.
52+
- Updates the MongoDB Agent to :ref:`108.0.1.8718-1 <mongodb-108.0.1.8718-1>`.
53+
- Adds support for |bic-full| 2.14.17.
54+
- Upgrades Jetty library to 11.0.23.
55+
- Fixes an issue where the {+mdbagent+} gets stuck because indexes are set to the ``CANCEL`` action.
56+
- Fixes `CVE-2024-8184 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-8184>`__.
57+
- Fixes broken ``rpm`` package for |onprem| version 8.0.0
58+
containing incorrect version information that could cause standard
59+
upgrades to fail. If upgrading from this version to
60+
version 8.0.1 or greater, upgrade the package using the
61+
``--oldpackage`` flag:
62+
63+
.. code-block:: sh
64+
65+
sudo rpm -Uvh --oldpackage mongodb-mms-<version>.x86_64.rpm
66+
67+
68+
.. _opsmgr-server-8.0.0:
69+
70+
|onprem| Server 8.0.0
71+
~~~~~~~~~~~~~~~~~~~~~
72+
73+
*Released 2024-9-30*
74+
75+
.. note::
76+
77+
The following list contains features and improvements
78+
that have been added since |onprem| 7.0.0, many of which
79+
are also included in later minor releases of |onprem| 7.0.
80+
For details, see :ref:`Ops Manager 7.0 releases <opsmgr-server-7.0>`.
81+
82+
- Updates the {+mdbagent+} to :ref:`108.0.1
83+
<mongodb-108.0.1>`.
84+
85+
MongoDB Cluster Management
86+
``````````````````````````
87+
88+
- Supports managing, monitoring, and backing up MongoDB 8.0 deployments.
89+
- Supports MongoDB 8.0 as a deployment option.
90+
- Supports deployments that use :manual:`config shards </core/sharded-cluster-config-servers/#config-shards>`.
91+
92+
.. note::
93+
94+
:ref:`Queryable backups <restore-from-queryable-backup>`
95+
are not supported when you use config shards.
96+
97+
- Deprecates support for MongoDB 4.4 and MongoDB 5.0 deployments.
98+
- Deprecates support for MongoDB Server 6.0 as a :ref:`backing database <om-install-backing-dbs>`.
99+
- Removes support for MongoDB 4.2 deployments.
100+
101+
Backup
102+
``````
103+
104+
- Supports performing :ref:`on-demand snapshots <on-demand-snapshots>`
105+
in addition to scheduled snapshots.
106+
- Supports enabling and configuring :ref:`regional backups <regional-backup>`.
107+
- Supports parsing multiple certificates, or a chain, from PEM
108+
files for |s3| backup store configuration.
109+
- Adds additional snapshot history metadata for block tracking,
110+
incremental updates for data and indexes, transfer speed, and duration in the
111+
:guilabel:`Admin` interface and :guilabel:`Diagnostic Archive`.
112+
- Adds additional snapshot metrics to the snapshot summary table.
113+
- Adds ability to track restore block download performance.
114+
- Enhances logging for MongoDB blockstores groom progress and checks
115+
that grooms have enough space to run before starting.
116+
117+
Automation
118+
``````````
119+
120+
- Improves the redaction of sensitive fields.
121+
- Supports ``net.tls.clusterAuthX509`` parameter in MongoDB 7.0 for
122+
``clusterAuthMode`` set to ``x509``.
123+
- Adds ability to configure the :setting:`net.tls.clusterCAFile` parameter.
124+
- Adds API support for project-level MongoDB log rotation settings.
125+
- Adds automation support for :manual:`at-rest encryption
126+
</core/security-encryption-at-rest/#encryption-at-rest>` of
127+
:ref:`audit logs <deployment-advanced-options-audit-log>` in MongoDB
128+
6.0 and later versions.
129+
130+
|onprem| Platform Support
131+
```````````````````````````
132+
133+
- Removes |onprem| support for RedHat Enterprise Linux 7.
134+
- Removes |onprem| support for SUSE Linux Enterprise Server 12.
135+
- Removes |onprem| support for Ubuntu 20.04 LTS.
136+
- Deprecates |onprem| support for Amazon Linux v2 LTS.
137+
- Deprecates |onprem| support for Debian 11.

source/tutorial/configure-backup-high-availability.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ The following considerations apply to making backups highly available:
7171
page. For example, for the dedicated queryable Daemon host, you can
7272
clear all checkboxes except :guilabel:`Queryable Restore Jobs`.
7373

74+
- If you use multiple Backup Daemons, use a distinct local folder
75+
for each :term:`head directory <head directory> path.
76+
77+
- We recommend that you use a file system other than |nfs| if you
78+
intend to run :ref:`queryable restore
79+
<restore-from-queryable-backup>` jobs. For further recommendations
80+
regarding filesystems, see the :manual:`MongoDB Operations Checklist
81+
<operations-checklist>`.
82+
7483
Additional Information
7584
----------------------
7685

source/tutorial/install-on-prem-with-rpm-packages.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Install |onprem|
2828

2929
.. warning::
3030

31-
``rpm`` packages for |onprem| versions 6.0.0, 6.0.1, and 6.0.2
31+
``rpm`` packages for |onprem| versions 6.0.0, 6.0.1, 6.0.2, and 8.0.0
3232
contained incorrect version information that could cause standard
3333
upgrades to fail. If upgrading from any of these versions to
3434
version 6.0.3 or greater, upgrade the package using the
35-
``--force`` flag:
35+
``--oldpackage`` flag:
3636

3737
.. code-block:: sh
3838

39-
sudo rpm -Uvh --force mongodb-mms-<version>.x86_64.rpm
39+
sudo rpm -Uvh --oldpackage mongodb-mms-<version>.x86_64.rpm
4040

4141
To install |onprem|:
4242

0 commit comments

Comments
 (0)