You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Daan Hoogland <da...@gmail.com> on 2013/08/05 12:32:19 UTC

database upgrade

H,

What is the policy for adding upgrade paths?

I am working on upgrade from 4.1.1 already.
So when do we add
        _upgradeMap.put("4.1.1", new DbUpgrade[] { new
Upgrade410to420(), new Upgrade420to430() });
to DatabaseUpgradeChecker?

thanks,
Daan

Re: database upgrade

Posted by Daan Hoogland <da...@gmail.com>.
I did a submission, https://reviews.apache.org/r/13317/

On Mon, Aug 5, 2013 at 8:27 PM, Chip Childers <ch...@sungard.com> wrote:
> On Mon, Aug 05, 2013 at 08:23:48PM +0200, Daan Hoogland wrote:
>> :) meaning now, i suppose.
>>
>> On Mon, Aug 5, 2013 at 7:12 PM, Chip Childers <ch...@sungard.com> wrote:
>> > On Mon, Aug 05, 2013 at 12:32:19PM +0200, Daan Hoogland wrote:
>> >> H,
>> >>
>> >> What is the policy for adding upgrade paths?
>> >>
>> >> I am working on upgrade from 4.1.1 already.
>> >> So when do we add
>> >>         _upgradeMap.put("4.1.1", new DbUpgrade[] { new
>> >> Upgrade410to420(), new Upgrade420to430() });
>> >> to DatabaseUpgradeChecker?
>> >>
>> >> thanks,
>> >> Daan
>> >>
>> >
>> > Yup, that should be right.
>>
>
> Yeah, it should be added if it's not yet.

Re: database upgrade

Posted by Chip Childers <ch...@sungard.com>.
On Mon, Aug 05, 2013 at 08:23:48PM +0200, Daan Hoogland wrote:
> :) meaning now, i suppose.
> 
> On Mon, Aug 5, 2013 at 7:12 PM, Chip Childers <ch...@sungard.com> wrote:
> > On Mon, Aug 05, 2013 at 12:32:19PM +0200, Daan Hoogland wrote:
> >> H,
> >>
> >> What is the policy for adding upgrade paths?
> >>
> >> I am working on upgrade from 4.1.1 already.
> >> So when do we add
> >>         _upgradeMap.put("4.1.1", new DbUpgrade[] { new
> >> Upgrade410to420(), new Upgrade420to430() });
> >> to DatabaseUpgradeChecker?
> >>
> >> thanks,
> >> Daan
> >>
> >
> > Yup, that should be right.
> 

Yeah, it should be added if it's not yet.

Re: database upgrade

Posted by Daan Hoogland <da...@gmail.com>.
:) meaning now, i suppose.

On Mon, Aug 5, 2013 at 7:12 PM, Chip Childers <ch...@sungard.com> wrote:
> On Mon, Aug 05, 2013 at 12:32:19PM +0200, Daan Hoogland wrote:
>> H,
>>
>> What is the policy for adding upgrade paths?
>>
>> I am working on upgrade from 4.1.1 already.
>> So when do we add
>>         _upgradeMap.put("4.1.1", new DbUpgrade[] { new
>> Upgrade410to420(), new Upgrade420to430() });
>> to DatabaseUpgradeChecker?
>>
>> thanks,
>> Daan
>>
>
> Yup, that should be right.

Re: database upgrade

Posted by Chip Childers <ch...@sungard.com>.
On Mon, Aug 05, 2013 at 12:32:19PM +0200, Daan Hoogland wrote:
> H,
> 
> What is the policy for adding upgrade paths?
> 
> I am working on upgrade from 4.1.1 already.
> So when do we add
>         _upgradeMap.put("4.1.1", new DbUpgrade[] { new
> Upgrade410to420(), new Upgrade420to430() });
> to DatabaseUpgradeChecker?
> 
> thanks,
> Daan
>

Yup, that should be right.