@@ -37,8 +37,10 @@ Overview of Upgrade Steps:
3737
3838#. Check any customisations and integrations
3939#. Upload the |sysvm64-version | System VM template if not already using it.
40+ #. Confirm Java 11 is the default Java version
4041#. Stop all running management servers
4142#. Backup CloudStack database (MySQL)
43+ #. Add "serverTimezone=UTC" to your "db.properties"
4244#. Upgrade 1st CloudStack management server
4345#. Update hypervisors specific dependencies
4446#. Restart 1st management server
@@ -69,7 +71,7 @@ Create RPM or Debian packages (as appropriate) and a repository from
6971the |release | source, or check the Apache CloudStack downloads page at
7072http://cloudstack.apache.org/downloads.html
7173for package repositories supplied by community members. You will need
72- them for :ref: `ubuntu413 ` or :ref: `rhel413 ` and :ref: ` kvm413 ` hosts upgrade.
74+ them for :ref: `ubuntu413 ` or :ref: `kvm413 ` hosts upgrade.
7375
7476Instructions for creating packages from the CloudStack source are in the
7577`CloudStack Installation Guide `_.
@@ -127,32 +129,21 @@ each system with CloudStack packages. This means all management
127129servers, and any hosts that have the KVM agent (no changes should
128130be necessary for hosts that are running VMware or Xen.)
129131
130- Make sure that your ``/etc/apt/sources.list.d/cloudstack.list `` file on
131- any systems that have CloudStack packages installed points to version 4.13
132-
132+ Edit your ``/etc/apt/sources.list.d/cloudstack.list `` file on
133+ any systems that have CloudStack packages installed to points to version |version |
133134
134135This file should have one line, which contains:
135136
136- .. parsed-literal ::
137-
138- deb http://download.cloudstack.org/ubuntu bionic 4.13
139-
140- We'll change it to point to the new package repository:
141-
142137.. parsed-literal ::
143138
144139 deb http://download.cloudstack.org/ubuntu bionic |version |
145-
146140
147141 Setup the public key for the above repository:
148142
149143.. parsed-literal ::
150144
151145 wget -qO - http://download.cloudstack.org/release.asc | sudo apt-key add -
152146
153- If you're using your own package repository, change this line to
154- read as appropriate for your |version | repository.
155-
156147 #. Now update your apt package list:
157148
158149 .. parsed-literal ::
@@ -189,21 +180,19 @@ packages. If not, skip to hypervisors section :ref:`upg_hyp_413`.
189180
190181The first order of business will be to change the yum repository
191182for each system with CloudStack packages. This means all
192-
193183management servers, and any hosts that have the KVM agent (no changes
194184should be necessary for hosts that are running VMware or Xen.)
195185
196- Confirm your ``/etc/yum.repos.d/cloudstack.repo `` file on
197- any systems that have CloudStack packages installed points to version 4.13.
198-
186+ Change your ``/etc/yum.repos.d/cloudstack.repo `` file on
187+ any systems that have CloudStack packages installed to points to version |version |.
199188
200189This file should have content similar to the following:
201190
202191.. parsed-literal ::
203192
204193 [apache-cloudstack]
205194 name=Apache CloudStack
206- baseurl=http://download.cloudstack.org/centos/7/4.14 /
195+ baseurl=http://download.cloudstack.org/centos/$releasever/| version | /
207196 enabled=1
208197 gpgcheck=0
209198
@@ -213,7 +202,6 @@ Setup the GPG public key if you wish to enable ``gpgcheck=1``:
213202
214203 rpm --import http://download.cloudstack.org/RPM-GPG-KEY
215204
216-
217205 #. Now that you have the repository configured, it's time to upgrade the
218206 ``cloudstack-management ``.
219207
@@ -243,8 +231,8 @@ Hypervisor: VMware
243231###################
244232
245233.. warning ::
246- For VMware hypervisor CloudStack management server packages must be
247- build using "noredist". Refer to :ref: `building-noredist `.
234+ For VMware hypervisor, CloudStack management server packages must be
235+ built using "noredist". Refer to :ref: `building-noredist `.
248236
249237
250238No additional steps are requried for the VMware Hypervisor for this upgrade.
0 commit comments