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: |
75
75
76
76
To complete the upgrade:
77
77
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:
79
79
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
94
81
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>
97
84
98
- #. Issue the following commands to symbolically link the |onprem|
85
+ b. Run the following commands to symbolically link the |onprem|
99
86
files to their ``init`` files:
100
87
101
88
.. code-block:: sh
102
89
103
90
sudo ln -s /opt/mongodb/mms/bin/mongodb-mms /etc/init.d/mongodb-mms
104
91
sudo ln -s /opt/mongodb/mms/bin/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon
105
92
106
-
107
93
---
108
94
stepnum : 5
109
95
level : 4
You can’t perform that action at this time.
0 commit comments