Skip to content

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ content: |
6767
6868
.. code-block:: sh
6969
70-
sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-4.0
71-
sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon-4.0
70+
sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-5.0
71+
sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/ mongodb-mms-backup-daemon-5.0
7272
73-
#. Issue the following commands to symbollically link the |onprem|
73+
#. Issue the following commands to symbolically link the |onprem|
7474
files to their ``init`` files:
7575
7676
.. code-block:: sh
@@ -99,7 +99,7 @@ content: |
9999
100100
sudo /etc/init.d/mongodb-mms start
101101
102-
.. include:: /includes/note-backup-daemon-will-wait.rst
102+
.. include:: /includes/fact-upgrade-logs-paused.rst
103103
104104
---
105105
stepnum: 6

0 commit comments

Comments
 (0)