Skip to content

Commit 14dc600

Browse files
(DOCSP-45143) 8.0.0 upgrade issue and other fixes for older rpm warning (#638)
1. The current command listed for upgrading the broken packages should be changed from using --force to rpm -Uvh --oldpackage for safety in the 6.0, 7.0, and 8.0 documentation 2. This command is in the install and upgrade documentation, perhaps it should also be in the release notes for the next version after the affected versions 3. 8.0.0 was also built incorrectly so it needs to be added to the list in the 8.0 docs ([HELP-67044](https://jira.mongodb.org/browse/HELP-67044)) - [DOCSP-45143](https://jira.mongodb.org/browse/DOCSP-45143) - [STAGING - install OM](https://deploy-preview-638--10gen-docs-ops-manager.netlify.app/tutorial/install-on-prem-with-rpm-packages/#install-onprem) - [STAGING - 7.0 release notes](https://deploy-preview-638--10gen-docs-ops-manager.netlify.app/release-notes/application/#onprem-platform-support-1) - [STAGIN - 8.0 release notes](https://deploy-preview-638--10gen-docs-ops-manager.netlify.app/release-notes/application/#onprem-server-8.0.1) - [LATEST BUILD LOG](https://app.netlify.com/sites/10gen-docs-ops-manager/deploys/6785407c35f55b000878f8e8) ### 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). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 945e639 commit 14dc600

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
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.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ Fixes the following issues:
5454
- Upgrades Jetty library to 11.0.23.
5555
- Fixes an issue where the {+mdbagent+} gets stuck because indexes are set to the ``CANCEL`` action.
5656
- 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+
5767
5868
.. _opsmgr-server-8.0.0:
5969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following considerations apply to making backups highly available:
7272
clear all checkboxes except :guilabel:`Queryable Restore Jobs`.
7373

7474
- If you use multiple Backup Daemons, use a distinct local folder
75-
for each :setting:`head directory` path.
75+
for each :term:`head directory <head directory> path.
7676

7777
- We recommend that you use a file system other than |nfs| if you
7878
intend to run :ref:`queryable restore

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)