You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sailaja Mada <sa...@citrix.com> on 2013/03/29 08:28:19 UTC

[ACS41][QA] Issues with upgrade from 4.0 to 4.1 (Ubuntu 12.04)

Hi,

I tried upgrade from 4.0 to 4.1 with Management server installed on Ubuntu 12.04 .

Instructions are : 1) http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Installation_Guide/sect-source-builddebs.html  2) http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Release_Notes/upgrade-instructions.html#upgrade-from-4.0.0-to-4.0.1



1.       Downloaded deb packages from http://jenkins.cloudstack.org/job/package-deb-4.1/

2.       Update APT repo:

sudo mkdir -p /var/www/cloudstack/repo/binary

sudo cp *.deb /var/www/cloudstack/repo/binary

sudo cd /var/www/cloudstack/repo/binary

sudo dpkg-scanpackages . /dev/null | tee Packages | gzip -9 > Packages.gz

3.       vi /etc/apt/sources.list.d/cloudstack.list and add below line

deb http://server.url/cloudstack/repo/binary ./

4.       sudo apt-get update

5.       apt-get upgrade cloud-*

6.       service cloud-management start



Observations :



1.       No packages got updated to 4.1

2.       Management server as 4.0 server and there is no execution of SQL scripts to update schema



Please share your thoughts if there are any instructions got missed.



Thanks,

Sailaja.M