You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Indra Pramana <in...@sg.or.id> on 2013/09/12 20:35:00 UTC

URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Dear all,

I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
source. However, after upgrading the management servers and all the KVM
hosts, I am not able to start the management server with this error message:

===
2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
(Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
(Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
(Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
(Timer-1:null) System integrity check failed. Refuse to startup
===

I checked and the documentation (Release_Notes.xml which comes with the
tar.bz2 file) doesn't mention anything about upgrading the database.

1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
2. If cannot, how can I revert back to code 4.1.1 for the
cloudstack-management server and cloudstack-agents on the KVM hosts?

Urgently looking forward to your reply, thank you.

Cheers.

Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Dean Kamali <de...@gmail.com>.
wow, that would suck real bad! hope this get fixed soon with proper QA.


On Thu, Sep 12, 2013 at 4:33 PM, Arnaud Gaillard <
arnaud.gaillard@xtendsys.net> wrote:

> This is a known issue
>
>
> http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%3C52307BF2.2000003%40apache.org%3E
>
> You can find more information on the dev mailing list.
>
>
>
>
> On Thu, Sep 12, 2013 at 8:59 PM, Tracy Phillips <tracphil@mantoso.com
> >wrote:
>
> > This is a known issue and is currently being worked on.
> >
> > You do realize that 4.2 has not been released yet and is in the testing
> > phase right?
> >
> >
> > On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:
> >
> > > Dear all,
> > >
> > > I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
> > > source. However, after upgrading the management servers and all the KVM
> > > hosts, I am not able to start the management server with this error
> > > message:
> > >
> > > ===
> > > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> > > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > > (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> > > 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> > > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
> > > 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> > > (Timer-1:null) System integrity check failed. Refuse to startup
> > > ===
> > >
> > > I checked and the documentation (Release_Notes.xml which comes with the
> > > tar.bz2 file) doesn't mention anything about upgrading the database.
> > >
> > > 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> > > 2. If cannot, how can I revert back to code 4.1.1 for the
> > > cloudstack-management server and cloudstack-agents on the KVM hosts?
> > >
> > > Urgently looking forward to your reply, thank you.
> > >
> > > Cheers.
> > >
> >
>
>
>
> --
> *Arnaud Gaillard*
> CTO
> Mobile : +41 78 674 58 95
>
> <
> https://docs.google.com/file/d/0B2iGziD9SUPURU0yRjhSX1JhU0k/edit?usp=sharing
> >
>

RE: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Sudha Ponnaganti <su...@citrix.com>.
RN is not ready yet. Radhika  has sent mail earlier asking for volunteers in dev mailing list. 

You should be able to pick up this commit from 4.2 branch and do upgrade like you have done it first time, right?? 
https://issues.apache.org/jira/browse/CLOUDSTACK-4245


-----Original Message-----
From: Indra Pramana [mailto:indra@sg.or.id] 
Sent: Friday, September 13, 2013 2:27 AM
To: users@cloudstack.apache.org
Subject: Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Dear Sudha and all,

In addition to my email below, I also noted that the status of the below
bug:

https://issues.apache.org/jira/browse/CLOUDSTACK-4645

has been resolved by this committed fix:

===
Commit 10486ea4dddbfe41bfc200094dd2ee5e833ed7c5 in branch refs/heads/4.2 from Venkata Siva Vijayendra Bhamidipati<https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vijayendrabvs>

[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=10486ea ]

CLOUDSTACK-4645 <https://issues.apache.org/jira/browse/CLOUDSTACK-4645>:
There is no upgrade path from 4.1.1 to 4.2.0

Description:

Simpler fix to support upgrade path from 4.1.1 to 4.2.0 by adding a 4.1.1 string in the db update version range.

Commit # d1642a489ce76e055d60b2caf3ccfe4bb136b745 introduced a duplicate user_vm_view view in the schema-410to420.sql script. Removing the first occurrence of that view, since whatever QA has been testing until now would have used the duplicated view that gets created after the first one.
===

How can I implement this fix, any idea?

Looking forward to your reply, thank you.

Cheers.



On Fri, Sep 13, 2013 at 3:13 PM, Indra Pramana <in...@sg.or.id> wrote:

> Hi Sudha and all,
>
> Good day to you, and thank you for your e-mail.
>
> (1) How to get the 4.2-forward branch? I can't find any documentation 
> on where I can download different version and branch of CloudStack 
> 4.2. Need to use git to pull them from somewhere?
>
> (2) Is there any documentation for the 4.2 I can find on any website?
> Specifically the release notes which outlines the detailed step on how 
> to upgrade from 4.1.1 to 4.2.0? I was relying on the Release_Notes.xml 
> file to do the upgrade last night, it was very difficult to read since 
> I can't use normal web browser to open up the XML file, and need to 
> use text editor to read the instruction on its original XML code. Very confusing.
>
> Looking forward to your reply, thank you.
>
> Cheers.
>
>
>
> On Fri, Sep 13, 2013 at 9:53 AM, Sudha Ponnaganti < 
> sudha.ponnaganti@citrix.com> wrote:
>
>> All
>>
>> Fix has been checked in to 4.2-forward branch. You can try it out
>>
>> Thanks
>> /Sudha
>>
>> -----Original Message-----
>> From: Arnaud Gaillard [mailto:arnaud.gaillard@xtendsys.net]
>> Sent: Thursday, September 12, 2013 1:34 PM
>> To: users@cloudstack.apache.org
>> Subject: Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0
>>
>> This is a known issue
>>
>>
>> http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%
>> 3C52307BF2.2000003%40apache.org%3E
>>
>> You can find more information on the dev mailing list.
>>
>>
>>
>>
>> On Thu, Sep 12, 2013 at 8:59 PM, Tracy Phillips <tracphil@mantoso.com
>> >wrote:
>>
>> > This is a known issue and is currently being worked on.
>> >
>> > You do realize that 4.2 has not been released yet and is in the 
>> > testing phase right?
>> >
>> >
>> > On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:
>> >
>> > > Dear all,
>> > >
>> > > I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it 
>> > > from source. However, after upgrading the management servers and 
>> > > all the KVM hosts, I am not able to start the management server 
>> > > with this error
>> > > message:
>> > >
>> > > ===
>> > > 2013-09-13 02:18:00,512 INFO  
>> > > [cloud.upgrade.DatabaseUpgradeChecker]
>> > > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
>> > > 2013-09-13 02:18:00,512 INFO  
>> > > [cloud.upgrade.DatabaseUpgradeChecker]
>> > > (Timer-1:null) Database upgrade must be performed from 4.1.1 to
>> > > 4.2.0
>> > > 2013-09-13 02:18:00,512 ERROR 
>> > > [cloud.upgrade.DatabaseUpgradeChecker]
>> > > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
>> > > 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
>> > > (Timer-1:null) System integrity check failed. Refuse to startup 
>> > > ===
>> > >
>> > > I checked and the documentation (Release_Notes.xml which comes 
>> > > with the
>> > > tar.bz2 file) doesn't mention anything about upgrading the database.
>> > >
>> > > 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
>> > > 2. If cannot, how can I revert back to code 4.1.1 for the 
>> > > cloudstack-management server and cloudstack-agents on the KVM hosts?
>> > >
>> > > Urgently looking forward to your reply, thank you.
>> > >
>> > > Cheers.
>> > >
>> >
>>
>>
>>
>> --
>> *Arnaud Gaillard*
>> CTO
>> Mobile : +41 78 674 58 95
>>
>> <
>> https://docs.google.com/file/d/0B2iGziD9SUPURU0yRjhSX1JhU0k/edit?usp=
>> sharing
>> >
>>
>
>

Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Indra Pramana <in...@sg.or.id>.
Dear Sudha and all,

In addition to my email below, I also noted that the status of the below
bug:

https://issues.apache.org/jira/browse/CLOUDSTACK-4645

has been resolved by this committed fix:

===
Commit 10486ea4dddbfe41bfc200094dd2ee5e833ed7c5 in branch refs/heads/4.2
from Venkata Siva Vijayendra
Bhamidipati<https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vijayendrabvs>

[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=10486ea ]

CLOUDSTACK-4645 <https://issues.apache.org/jira/browse/CLOUDSTACK-4645>:
There is no upgrade path from 4.1.1 to 4.2.0

Description:

Simpler fix to support upgrade path from 4.1.1 to 4.2.0
by adding a 4.1.1 string in the db update version range.

Commit # d1642a489ce76e055d60b2caf3ccfe4bb136b745 introduced a duplicate
user_vm_view view in the schema-410to420.sql script. Removing the first
occurrence of that view, since whatever QA has been testing until now
would have used the duplicated view that gets created after the first one.
===

How can I implement this fix, any idea?

Looking forward to your reply, thank you.

Cheers.



On Fri, Sep 13, 2013 at 3:13 PM, Indra Pramana <in...@sg.or.id> wrote:

> Hi Sudha and all,
>
> Good day to you, and thank you for your e-mail.
>
> (1) How to get the 4.2-forward branch? I can't find any documentation on
> where I can download different version and branch of CloudStack 4.2. Need
> to use git to pull them from somewhere?
>
> (2) Is there any documentation for the 4.2 I can find on any website?
> Specifically the release notes which outlines the detailed step on how to
> upgrade from 4.1.1 to 4.2.0? I was relying on the Release_Notes.xml file to
> do the upgrade last night, it was very difficult to read since I can't use
> normal web browser to open up the XML file, and need to use text editor to
> read the instruction on its original XML code. Very confusing.
>
> Looking forward to your reply, thank you.
>
> Cheers.
>
>
>
> On Fri, Sep 13, 2013 at 9:53 AM, Sudha Ponnaganti <
> sudha.ponnaganti@citrix.com> wrote:
>
>> All
>>
>> Fix has been checked in to 4.2-forward branch. You can try it out
>>
>> Thanks
>> /Sudha
>>
>> -----Original Message-----
>> From: Arnaud Gaillard [mailto:arnaud.gaillard@xtendsys.net]
>> Sent: Thursday, September 12, 2013 1:34 PM
>> To: users@cloudstack.apache.org
>> Subject: Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0
>>
>> This is a known issue
>>
>>
>> http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%3C52307BF2.2000003%40apache.org%3E
>>
>> You can find more information on the dev mailing list.
>>
>>
>>
>>
>> On Thu, Sep 12, 2013 at 8:59 PM, Tracy Phillips <tracphil@mantoso.com
>> >wrote:
>>
>> > This is a known issue and is currently being worked on.
>> >
>> > You do realize that 4.2 has not been released yet and is in the
>> > testing phase right?
>> >
>> >
>> > On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:
>> >
>> > > Dear all,
>> > >
>> > > I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it
>> > > from source. However, after upgrading the management servers and all
>> > > the KVM hosts, I am not able to start the management server with
>> > > this error
>> > > message:
>> > >
>> > > ===
>> > > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
>> > > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
>> > > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
>> > > (Timer-1:null) Database upgrade must be performed from 4.1.1 to
>> > > 4.2.0
>> > > 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
>> > > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
>> > > 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
>> > > (Timer-1:null) System integrity check failed. Refuse to startup ===
>> > >
>> > > I checked and the documentation (Release_Notes.xml which comes with
>> > > the
>> > > tar.bz2 file) doesn't mention anything about upgrading the database.
>> > >
>> > > 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
>> > > 2. If cannot, how can I revert back to code 4.1.1 for the
>> > > cloudstack-management server and cloudstack-agents on the KVM hosts?
>> > >
>> > > Urgently looking forward to your reply, thank you.
>> > >
>> > > Cheers.
>> > >
>> >
>>
>>
>>
>> --
>> *Arnaud Gaillard*
>> CTO
>> Mobile : +41 78 674 58 95
>>
>> <
>> https://docs.google.com/file/d/0B2iGziD9SUPURU0yRjhSX1JhU0k/edit?usp=sharing
>> >
>>
>
>

Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Indra Pramana <in...@sg.or.id>.
Hi Sudha and all,

Good day to you, and thank you for your e-mail.

(1) How to get the 4.2-forward branch? I can't find any documentation on
where I can download different version and branch of CloudStack 4.2. Need
to use git to pull them from somewhere?

(2) Is there any documentation for the 4.2 I can find on any website?
Specifically the release notes which outlines the detailed step on how to
upgrade from 4.1.1 to 4.2.0? I was relying on the Release_Notes.xml file to
do the upgrade last night, it was very difficult to read since I can't use
normal web browser to open up the XML file, and need to use text editor to
read the instruction on its original XML code. Very confusing.

Looking forward to your reply, thank you.

Cheers.



On Fri, Sep 13, 2013 at 9:53 AM, Sudha Ponnaganti <
sudha.ponnaganti@citrix.com> wrote:

> All
>
> Fix has been checked in to 4.2-forward branch. You can try it out
>
> Thanks
> /Sudha
>
> -----Original Message-----
> From: Arnaud Gaillard [mailto:arnaud.gaillard@xtendsys.net]
> Sent: Thursday, September 12, 2013 1:34 PM
> To: users@cloudstack.apache.org
> Subject: Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0
>
> This is a known issue
>
>
> http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%3C52307BF2.2000003%40apache.org%3E
>
> You can find more information on the dev mailing list.
>
>
>
>
> On Thu, Sep 12, 2013 at 8:59 PM, Tracy Phillips <tracphil@mantoso.com
> >wrote:
>
> > This is a known issue and is currently being worked on.
> >
> > You do realize that 4.2 has not been released yet and is in the
> > testing phase right?
> >
> >
> > On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:
> >
> > > Dear all,
> > >
> > > I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it
> > > from source. However, after upgrading the management servers and all
> > > the KVM hosts, I am not able to start the management server with
> > > this error
> > > message:
> > >
> > > ===
> > > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> > > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > > (Timer-1:null) Database upgrade must be performed from 4.1.1 to
> > > 4.2.0
> > > 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> > > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
> > > 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> > > (Timer-1:null) System integrity check failed. Refuse to startup ===
> > >
> > > I checked and the documentation (Release_Notes.xml which comes with
> > > the
> > > tar.bz2 file) doesn't mention anything about upgrading the database.
> > >
> > > 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> > > 2. If cannot, how can I revert back to code 4.1.1 for the
> > > cloudstack-management server and cloudstack-agents on the KVM hosts?
> > >
> > > Urgently looking forward to your reply, thank you.
> > >
> > > Cheers.
> > >
> >
>
>
>
> --
> *Arnaud Gaillard*
> CTO
> Mobile : +41 78 674 58 95
>
> <
> https://docs.google.com/file/d/0B2iGziD9SUPURU0yRjhSX1JhU0k/edit?usp=sharing
> >
>

RE: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Sudha Ponnaganti <su...@citrix.com>.
All

Fix has been checked in to 4.2-forward branch. You can try it out

Thanks
/Sudha

-----Original Message-----
From: Arnaud Gaillard [mailto:arnaud.gaillard@xtendsys.net] 
Sent: Thursday, September 12, 2013 1:34 PM
To: users@cloudstack.apache.org
Subject: Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

This is a known issue

http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%3C52307BF2.2000003%40apache.org%3E

You can find more information on the dev mailing list.




On Thu, Sep 12, 2013 at 8:59 PM, Tracy Phillips <tr...@mantoso.com>wrote:

> This is a known issue and is currently being worked on.
>
> You do realize that 4.2 has not been released yet and is in the 
> testing phase right?
>
>
> On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:
>
> > Dear all,
> >
> > I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it 
> > from source. However, after upgrading the management servers and all 
> > the KVM hosts, I am not able to start the management server with 
> > this error
> > message:
> >
> > ===
> > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > (Timer-1:null) Database upgrade must be performed from 4.1.1 to 
> > 4.2.0
> > 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
> > 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> > (Timer-1:null) System integrity check failed. Refuse to startup ===
> >
> > I checked and the documentation (Release_Notes.xml which comes with 
> > the
> > tar.bz2 file) doesn't mention anything about upgrading the database.
> >
> > 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> > 2. If cannot, how can I revert back to code 4.1.1 for the 
> > cloudstack-management server and cloudstack-agents on the KVM hosts?
> >
> > Urgently looking forward to your reply, thank you.
> >
> > Cheers.
> >
>



--
*Arnaud Gaillard*
CTO
Mobile : +41 78 674 58 95

<https://docs.google.com/file/d/0B2iGziD9SUPURU0yRjhSX1JhU0k/edit?usp=sharing>

Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Arnaud Gaillard <ar...@xtendsys.net>.
This is a known issue

http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%3C52307BF2.2000003%40apache.org%3E

You can find more information on the dev mailing list.




On Thu, Sep 12, 2013 at 8:59 PM, Tracy Phillips <tr...@mantoso.com>wrote:

> This is a known issue and is currently being worked on.
>
> You do realize that 4.2 has not been released yet and is in the testing
> phase right?
>
>
> On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:
>
> > Dear all,
> >
> > I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
> > source. However, after upgrading the management servers and all the KVM
> > hosts, I am not able to start the management server with this error
> > message:
> >
> > ===
> > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> > 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> > (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> > 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
> > 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> > (Timer-1:null) System integrity check failed. Refuse to startup
> > ===
> >
> > I checked and the documentation (Release_Notes.xml which comes with the
> > tar.bz2 file) doesn't mention anything about upgrading the database.
> >
> > 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> > 2. If cannot, how can I revert back to code 4.1.1 for the
> > cloudstack-management server and cloudstack-agents on the KVM hosts?
> >
> > Urgently looking forward to your reply, thank you.
> >
> > Cheers.
> >
>



-- 
*Arnaud Gaillard*
CTO
Mobile : +41 78 674 58 95

<https://docs.google.com/file/d/0B2iGziD9SUPURU0yRjhSX1JhU0k/edit?usp=sharing>

Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Tracy Phillips <tr...@mantoso.com>.
This is a known issue and is currently being worked on.

You do realize that 4.2 has not been released yet and is in the testing
phase right?


On Thu, Sep 12, 2013 at 2:35 PM, Indra Pramana <in...@sg.or.id> wrote:

> Dear all,
>
> I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
> source. However, after upgrading the management servers and all the KVM
> hosts, I am not able to start the management server with this error
> message:
>
> ===
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> (Timer-1:null) System integrity check failed. Refuse to startup
> ===
>
> I checked and the documentation (Release_Notes.xml which comes with the
> tar.bz2 file) doesn't mention anything about upgrading the database.
>
> 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> 2. If cannot, how can I revert back to code 4.1.1 for the
> cloudstack-management server and cloudstack-agents on the KVM hosts?
>
> Urgently looking forward to your reply, thank you.
>
> Cheers.
>

RE: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Conrad Geiger <cg...@it1solutions.com>.
4.2 is going to have another RC, it was not published yet due to this issue.

-----Original Message-----
From: Indra Pramana [mailto:indra@sg.or.id] 
Sent: Thursday, September 12, 2013 2:35 PM
To: users@cloudstack.apache.org
Subject: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Dear all,

I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from source. However, after upgrading the management servers and all the KVM hosts, I am not able to start the management server with this error message:

===
2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
(Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
(Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
(Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
(Timer-1:null) System integrity check failed. Refuse to startup ===

I checked and the documentation (Release_Notes.xml which comes with the
tar.bz2 file) doesn't mention anything about upgrading the database.

1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
2. If cannot, how can I revert back to code 4.1.1 for the cloudstack-management server and cloudstack-agents on the KVM hosts?

Urgently looking forward to your reply, thank you.

Cheers.


Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Jayapal Reddy Uradi <ja...@citrix.com>.
Hi,

To revert back, please see my comments inline.

Thanks,
Jayapal
On 13-Sep-2013, at 12:05 AM, Indra Pramana <in...@sg.or.id> wrote:

> Dear all,
> 
> I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
> source. However, after upgrading the management servers and all the KVM
> hosts, I am not able to start the management server with this error message:
> 
> ===
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> (Timer-1:null) System integrity check failed. Refuse to startup
> ===
> 
> I checked and the documentation (Release_Notes.xml which comes with the
> tar.bz2 file) doesn't mention anything about upgrading the database.
> 
> 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> 2. If cannot, how can I revert back to code 4.1.1 for the
> cloudstack-management server and cloudstack-agents on the KVM hosts?
Before upgrade you might have taken the cloudstack db backup. 
load the 4.1.1 db. Move to 4.1.1 code, build and start the mgmt server.
Fot kvm, install 4.1.1 agent again.
> 
> Urgently looking forward to your reply, thank you.
> 
> Cheers.


RE: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Sudha Ponnaganti <su...@citrix.com>.
Fix has been posted already on 4.2 forward and 4.2 branches by Vijay. 

-----Original Message-----
From: Milamber [mailto:milamberspace@gmail.com] 
Sent: Thursday, September 12, 2013 12:40 PM
To: users@cloudstack.apache.org
Subject: Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0


Le 12/09/2013 19:35, Indra Pramana a ecrit :
> Dear all,
>
> I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from 
> source. However, after upgrading the management servers and all the 
> KVM hosts, I am not able to start the management server with this error message:
>
> ===
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0

That is a blocked bug for next CS 4.2 (a new release candidate process will be launch).
https://issues.apache.org/jira/browse/CLOUDSTACK-4645


> 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> (Timer-1:null) System integrity check failed. Refuse to startup
> ===
>
> I checked and the documentation (Release_Notes.xml which comes with the
> tar.bz2 file) doesn't mention anything about upgrading the database.
>
> 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> 2. If cannot, how can I revert back to code 4.1.1 for the
> cloudstack-management server and cloudstack-agents on the KVM hosts?
>
> Urgently looking forward to your reply, thank you.
>
> Cheers.
>


Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Milamber <mi...@gmail.com>.
Le 12/09/2013 19:35, Indra Pramana a ecrit :
> Dear all,
>
> I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
> source. However, after upgrading the management servers and all the KVM
> hosts, I am not able to start the management server with this error message:
>
> ===
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0

That is a blocked bug for next CS 4.2 (a new release candidate process 
will be launch).
https://issues.apache.org/jira/browse/CLOUDSTACK-4645


> 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> (Timer-1:null) System integrity check failed. Refuse to startup
> ===
>
> I checked and the documentation (Release_Notes.xml which comes with the
> tar.bz2 file) doesn't mention anything about upgrading the database.
>
> 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> 2. If cannot, how can I revert back to code 4.1.1 for the
> cloudstack-management server and cloudstack-agents on the KVM hosts?
>
> Urgently looking forward to your reply, thank you.
>
> Cheers.
>


Re: URGENT: Unable to upgrade from 4.1.1 to 4.2.0

Posted by Milamber <mi...@apache.org>.
Le 12/09/2013 19:35, Indra Pramana a ecrit :
> Dear all,
>
> I proceed to upgrade my CloudStack 4.1.1 to 4.2.0 by compiling it from
> source. However, after upgrading the management servers and all the KVM
> hosts, I am not able to start the management server with this error message:
>
> ===
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0
> 2013-09-13 02:18:00,512 INFO  [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0
> 2013-09-13 02:18:00,512 ERROR [cloud.upgrade.DatabaseUpgradeChecker]
> (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0

That is a blocked bug for next CS 4.2 (a new release candidate process 
will be launch).
https://issues.apache.org/jira/browse/CLOUDSTACK-4645


> 2013-09-13 02:18:00,517 ERROR [utils.component.ComponentContext]
> (Timer-1:null) System integrity check failed. Refuse to startup
> ===
>
> I checked and the documentation (Release_Notes.xml which comes with the
> tar.bz2 file) doesn't mention anything about upgrading the database.
>
> 1. How can I upgrade the database from 4.1.1 version to 4.2.0 version?
> 2. If cannot, how can I revert back to code 4.1.1 for the
> cloudstack-management server and cloudstack-agents on the KVM hosts?
>
> Urgently looking forward to your reply, thank you.
>
> Cheers.
>