Skip to content

Commit 8d03f0e

Browse files
DOCSP-45707 -- replace tabs with placeholder (#568)
- [DOCSP-number](https://jira.mongodb.org/browse/DOCSP-45707) - [STAGING](https://deploy-preview-568--10gen-docs-ops-manager.netlify.app/tutorial/upgrade-ops-manager/#std-label-upgrade-om-procedure) ### 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 67fffbb commit 8d03f0e

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

source/includes/steps-upgrade-on-prem-with-rpm-packages.yaml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,35 +75,21 @@ content: |
7575
7676
To complete the upgrade:
7777
78-
a. Issue the following commands to move the old ``init`` files:
78+
a. Replace the ``<old-version>`` placeholder and run the following commands to move the old ``init`` files:
7979
80-
.. tabs::
81-
82-
.. tab:: Upgrading to 6.0
83-
:tabid: upgrade-6
84-
85-
.. code-block:: sh
86-
87-
sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-5.0
88-
sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon-5.0
89-
90-
.. tab:: Upgrading to 7.0
91-
:tabid: upgrade-7
92-
93-
.. code-block:: sh
80+
.. code-block:: sh
9481
95-
sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-6.0
96-
sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon-6.0
82+
sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-<old_version>
83+
sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon-<old_version>
9784
98-
#. Issue the following commands to symbolically link the |onprem|
85+
b. Run the following commands to symbolically link the |onprem|
9986
files to their ``init`` files:
10087
10188
.. code-block:: sh
10289
10390
sudo ln -s /opt/mongodb/mms/bin/mongodb-mms /etc/init.d/mongodb-mms
10491
sudo ln -s /opt/mongodb/mms/bin/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon
10592
106-
10793
---
10894
stepnum: 5
10995
level: 4

0 commit comments

Comments
 (0)