This is an automated email from the ASF dual-hosted git repository.
andrijapanic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 70516fc 4.13.temp to Master [forward merge] (#117)
70516fc is described below
commit 70516fc89d311ed263bf2d64ca0f10f38fd8883c
Author: Andrija Panic <[email protected]>
AuthorDate: Thu May 7 14:48:18 2020 +0200
4.13.temp to Master [forward merge] (#117)
---
source/upgrading/upgrade/upgrade-4.13.rst | 32 ++++++++++---------------------
1 file changed, 10 insertions(+), 22 deletions(-)
diff --git a/source/upgrading/upgrade/upgrade-4.13.rst
b/source/upgrading/upgrade/upgrade-4.13.rst
index fbcce2b..e14d114 100644
--- a/source/upgrading/upgrade/upgrade-4.13.rst
+++ b/source/upgrading/upgrade/upgrade-4.13.rst
@@ -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
@@ -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`_.
@@ -127,22 +129,14 @@ 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:
@@ -150,9 +144,6 @@ Setup the public key for the above repository:
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::
@@ -189,13 +180,11 @@ 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:
@@ -203,7 +192,7 @@ This file should have content similar to the following:
[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
@@ -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``.
@@ -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.