Skip to content

Commit 45b7739

Browse files
DOCSP-45707 -- replace tabs with placeholder-v8.0-backport (568) (#621)
# Backport This will backport the following commits from `master` to `v8.0`: - [DOCSP-45707 -- replace tabs with placeholder (#568)](10gen/docs-ops-manager#568) <!--- Backport version: 9.6.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent 78407a4 commit 45b7739

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)