This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
     new 29a3d9e  4.5-to-4.13-doc-update (#81)
29a3d9e is described below

commit 29a3d9e2e82bd947de9d4f47d204c23b3724a2c7
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Wed Oct 30 21:30:09 2019 +0100

    4.5-to-4.13-doc-update (#81)
    
    * update with  guest OS customization warning and systemVM template warning
---
 source/upgrading/upgrade/upgrade-4.5.rst | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/source/upgrading/upgrade/upgrade-4.5.rst 
b/source/upgrading/upgrade/upgrade-4.5.rst
index 4bde28c..7e7d5b4 100644
--- a/source/upgrading/upgrade/upgrade-4.5.rst
+++ b/source/upgrading/upgrade/upgrade-4.5.rst
@@ -34,13 +34,25 @@ working on a production system.
 
 Upgrade Steps:
 
+#. Check any customisations and integrations
+#. Upload the |sysvm64-version| System VM template if not already using it.
+#. Stop all running management servers
 #. Backup CloudStack database (MySQL)
-#. Install new systemvm template
 #. Add package repository for MySQL connector
 #. Upgrade CloudStack management server(s)
 #. Update hypervisors specific dependencies
 
 
+
+.. include:: _customisation_warnings.rst
+
+.. warning::
+    If you are not already using the |sysvm64-version| System VM template you 
will need to 
+    upgrade your System VM template prior to performing the upgrade of the 
+    CloudStack packages.
+
+.. include:: _sysvm_templates.rst
+
 Packages repository
 -------------------
 
@@ -58,9 +70,6 @@ them for :ref:`ubuntu45` or :ref:`rhel45` and :ref:`kvm45` 
hosts upgrade.
 Instructions for creating packages from the CloudStack source are in the 
 `CloudStack Installation Guide`_.
 
-.. include:: _sysvm_templates.rst
-
-
 Database Preparation
 --------------------
 
@@ -141,11 +150,14 @@ This file should have one line, which contains:
 
    deb http://download.cloudstack.org/ubuntu precise 4.5
 
+Ubuntu 12.04 Precise is not supported with CloudStack |release|,
+so make sure to have updated your management servers to Xenial or Bionic first.
+
 We'll change it to point to the new package repository:
 
 .. parsed-literal::
 
-   deb http://download.cloudstack.org/ubuntu precise 4.9
+   deb http://download.cloudstack.org/ubuntu bionic 4.13
 
 Setup the public key for the above repository:
 
@@ -218,7 +230,7 @@ This file should have content similar to the following:
    gpgcheck=0
 
 If you are using the community provided package repository, change
-the base url to ``http://download.cloudstack.org/centos/$releasever/4.9/``.
+the base url to ``http://download.cloudstack.org/centos/$releasever/4.13/``.
 
 Setup the GPG public key if you wish to enable ``gpgcheck=1``:
 

Reply via email to