Skip to content

Commit f037744

Browse files
authored
(DOCSP-29550) backporting DOCSP-29550 to v6.0 (#5061)
* (DOCSP-29550) more tech review feedback resolving merge conflict * (v6.0) backporting changes
1 parent ed48603 commit f037744

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

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

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,29 @@ content: |
5555
stepnum: 4
5656
level: 4
5757
title: "Start |onprem| on the upgraded host."
58-
source:
59-
file: steps-source-upgrade-onprem.yaml
60-
ref: start
58+
ref: start
59+
content: |
60+
.. code-block:: sh
61+
62+
sudo service mongodb-mms start
63+
64+
.. include:: /includes/note-backup-daemon-will-wait.rst
65+
66+
Log into your upgraded |onprem| host after it restarts. If
67+
your login succeeds, the upgrade succeeded.
6168
---
6269
stepnum: 5
6370
level: 4
64-
source:
65-
file: steps-source-upgrade-onprem.yaml
66-
ref: rinse-repeat
71+
title: "*[Optional]* Repeat the preceding steps for all other |onprem| hosts in your High Availability deployment."
72+
ref: rinse-repeat
73+
content: |
74+
.. note::
6775
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.
78+
79+
If your upgrade is successful, repeat steps 1 to 4 on the next host in your
80+
high availability |onprem| deployment.
6881
---
6982
stepnum: 6
7083
level: 4

0 commit comments

Comments
 (0)