Skip to content

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. note::
2+
3+
The logs that |onprem| generates during startup may temporarily pause
4+
at ``Starting pre-flight checks`` while |onprem| upgrades all its servers
5+
to the same version.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ level: 4
7171
title: "*[Optional]* Repeat the preceding steps for all other |onprem| hosts in your High Availability deployment."
7272
ref: rinse-repeat
7373
content: |
74-
.. note::
75-
76-
The logs that generate from starting |onprem| service can be expected to temporarily pause
77-
logging at ``Starting pre-flight checks`` until all |onprem| servers upgrade to the same version.
74+
.. include:: /includes/fact-upgrade-logs-paused.rst
7875
7976
If your upgrade is successful, repeat steps 1 to 4 on the next host in your
8077
high availability |onprem| deployment.

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,25 @@ content: |
7777
7878
a. Issue the following commands to move the old ``init`` files:
7979
80-
.. code-block:: sh
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
8194
82-
sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-4.0
83-
sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon-4.0
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
8497
85-
#. Issue the following commands to symbollically link the |onprem|
98+
#. Issue the following commands to symbolically link the |onprem|
8699
files to their ``init`` files:
87100
88101
.. code-block:: sh
@@ -111,7 +124,7 @@ content: |
111124
112125
sudo /etc/init.d/mongodb-mms start
113126
114-
.. include:: /includes/note-backup-daemon-will-wait.rst
127+
.. include:: /includes/fact-upgrade-logs-paused.rst
115128
116129
---
117130
stepnum: 6

0 commit comments

Comments
 (0)