@@ -34,13 +34,25 @@ working on a production system.
34
34
35
35
Upgrade Steps:
36
36
37
+ #. Check any customisations and integrations
38
+ #. Upload the |sysvm64-version | System VM template if not already using it.
39
+ #. Stop all running management servers
37
40
#. Backup CloudStack database (MySQL)
38
- #. Install new systemvm template
39
41
#. Add package repository for MySQL connector
40
42
#. Upgrade CloudStack management server(s)
41
43
#. Update hypervisors specific dependencies
42
44
43
45
46
+
47
+ .. include :: _customisation_warnings.rst
48
+
49
+ .. warning ::
50
+ If you are not already using the |sysvm64-version | System VM template you will need to
51
+ upgrade your System VM template prior to performing the upgrade of the
52
+ CloudStack packages.
53
+
54
+ .. include :: _sysvm_templates.rst
55
+
44
56
Packages repository
45
57
-------------------
46
58
@@ -58,9 +70,6 @@ them for :ref:`ubuntu45` or :ref:`rhel45` and :ref:`kvm45` hosts upgrade.
58
70
Instructions for creating packages from the CloudStack source are in the
59
71
`CloudStack Installation Guide `_.
60
72
61
- .. include :: _sysvm_templates.rst
62
-
63
-
64
73
Database Preparation
65
74
--------------------
66
75
@@ -141,11 +150,14 @@ This file should have one line, which contains:
141
150
142
151
deb http://download.cloudstack.org/ubuntu precise 4.5
143
152
153
+ Ubuntu 12.04 Precise is not supported with CloudStack |release |,
154
+ so make sure to have updated your management servers to Xenial or Bionic first.
155
+
144
156
We'll change it to point to the new package repository:
145
157
146
158
.. parsed-literal ::
147
159
148
- deb http://download.cloudstack.org/ubuntu precise 4.9
160
+ deb http://download.cloudstack.org/ubuntu bionic 4.13
149
161
150
162
Setup the public key for the above repository:
151
163
@@ -218,7 +230,7 @@ This file should have content similar to the following:
218
230
gpgcheck=0
219
231
220
232
If you are using the community provided package repository, change
221
- the base url to ``http://download.cloudstack.org/centos/$releasever/4.9 / ``.
233
+ the base url to ``http://download.cloudstack.org/centos/$releasever/4.13 / ``.
222
234
223
235
Setup the GPG public key if you wish to enable ``gpgcheck=1 ``:
224
236
0 commit comments