File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff 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 ---
10894stepnum : 5
10995level : 4
You can’t perform that action at this time.
0 commit comments