Skip to content
32 changes: 10 additions & 22 deletions source/upgrading/upgrade/upgrade-4.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ Overview of Upgrade Steps:

#. Check any customisations and integrations
#. Upload the |sysvm64-version| System VM template if not already using it.
#. Confirm Java 11 is the default Java version
#. Stop all running management servers
#. Backup CloudStack database (MySQL)
#. Add "serverTimezone=UTC" to your "db.properties"
#. Upgrade 1st CloudStack management server
#. Update hypervisors specific dependencies
#. Restart 1st management server
Expand Down Expand Up @@ -69,7 +71,7 @@ Create RPM or Debian packages (as appropriate) and a repository from
the |release| source, or check the Apache CloudStack downloads page at
http://cloudstack.apache.org/downloads.html
for package repositories supplied by community members. You will need
them for :ref:`ubuntu413` or :ref:`rhel413` and :ref:`kvm413` hosts upgrade.
them for :ref:`ubuntu413` or :ref:`kvm413` hosts upgrade.

Instructions for creating packages from the CloudStack source are in the
`CloudStack Installation Guide`_.
Expand Down Expand Up @@ -127,32 +129,21 @@ each system with CloudStack packages. This means all management
servers, and any hosts that have the KVM agent (no changes should
be necessary for hosts that are running VMware or Xen.)

Make sure that your ``/etc/apt/sources.list.d/cloudstack.list`` file on
any systems that have CloudStack packages installed points to version 4.13

Edit your ``/etc/apt/sources.list.d/cloudstack.list`` file on
any systems that have CloudStack packages installed to points to version |version|

This file should have one line, which contains:

.. parsed-literal::

deb http://download.cloudstack.org/ubuntu bionic 4.13

We'll change it to point to the new package repository:

.. parsed-literal::

deb http://download.cloudstack.org/ubuntu bionic |version|


Setup the public key for the above repository:

.. parsed-literal::

wget -qO - http://download.cloudstack.org/release.asc | sudo apt-key add -

If you're using your own package repository, change this line to
read as appropriate for your |version| repository.

#. Now update your apt package list:

.. parsed-literal::
Expand Down Expand Up @@ -189,21 +180,19 @@ packages. If not, skip to hypervisors section :ref:`upg_hyp_413`.

The first order of business will be to change the yum repository
for each system with CloudStack packages. This means all

management servers, and any hosts that have the KVM agent (no changes
should be necessary for hosts that are running VMware or Xen.)

Confirm your ``/etc/yum.repos.d/cloudstack.repo`` file on
any systems that have CloudStack packages installed points to version 4.13.

Change your ``/etc/yum.repos.d/cloudstack.repo`` file on
any systems that have CloudStack packages installed to points to version |version|.

This file should have content similar to the following:

.. parsed-literal::

[apache-cloudstack]
name=Apache CloudStack
baseurl=http://download.cloudstack.org/centos/7/4.14/
baseurl=http://download.cloudstack.org/centos/$releasever/|version|/
enabled=1
gpgcheck=0

Expand All @@ -213,7 +202,6 @@ Setup the GPG public key if you wish to enable ``gpgcheck=1``:

rpm --import http://download.cloudstack.org/RPM-GPG-KEY


#. Now that you have the repository configured, it's time to upgrade the
``cloudstack-management``.

Expand Down Expand Up @@ -243,8 +231,8 @@ Hypervisor: VMware
###################

.. warning::
For VMware hypervisor CloudStack management server packages must be
build using "noredist". Refer to :ref:`building-noredist`.
For VMware hypervisor, CloudStack management server packages must be
built using "noredist". Refer to :ref:`building-noredist`.


No additional steps are requried for the VMware Hypervisor for this upgrade.
Expand Down