@@ -34,13 +34,25 @@ working on a production system.
3434
3535Upgrade Steps:
3636
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
3740#. Backup CloudStack database (MySQL)
38- #. Install new systemvm template
3941#. Add package repository for MySQL connector
4042#. Upgrade CloudStack management server(s)
4143#. Update hypervisors specific dependencies
4244
4345
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+
4456Packages repository
4557-------------------
4658
@@ -58,9 +70,6 @@ them for :ref:`ubuntu45` or :ref:`rhel45` and :ref:`kvm45` hosts upgrade.
5870Instructions for creating packages from the CloudStack source are in the
5971`CloudStack Installation Guide `_.
6072
61- .. include :: _sysvm_templates.rst
62-
63-
6473Database Preparation
6574--------------------
6675
@@ -141,11 +150,14 @@ This file should have one line, which contains:
141150
142151 deb http://download.cloudstack.org/ubuntu precise 4.5
143152
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+
144156We'll change it to point to the new package repository:
145157
146158.. parsed-literal ::
147159
148- deb http://download.cloudstack.org/ubuntu precise 4.9
160+ deb http://download.cloudstack.org/ubuntu bionic 4.13
149161
150162 Setup the public key for the above repository:
151163
@@ -218,7 +230,7 @@ This file should have content similar to the following:
218230 gpgcheck=0
219231
220232 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 / ``.
222234
223235Setup the GPG public key if you wish to enable ``gpgcheck=1 ``:
224236
0 commit comments