Re: Migrations in Production?
Re: Migrations in Production?
- Subject: Re: Migrations in Production?
- From: Alexis Tual <email@hidden>
- Date: Tue, 13 Jul 2010 21:36:56 +0200
If you can't use ERXMigration, you might want to check Liquibase which can execute changesets via ant or maven, as well as generate sql corresponding to these changesets in case your dba want to view and execute them himself.
Cheers,
Alex
Le 13 juil. 2010 à 20:00, Farrukh Ijaz a écrit :
> Thanks Guys for your valuable input. I shall probably move forward to convince the team to have staging environment and start using Migrations.
>
> Farrukh
>
> On 2010-07-13, at 8:39 PM, Pascal Robert wrote:
>
>>
>> Le 10-07-13 à 13:22, Mike Schrag a écrit :
>>
>>>> If the variation you have talked about is expected in near future
>>> not a high priority at the moment, so I doubt it ...
>>>
>>>> I can wait as for not our applications we have a staging environment.
>>> i highly recommend having a staging environment. it takes a lot of risk out of the upgrade/testing process.
>>
>> +20. In fact, you should have 3 environment : dev, stage/tests and prod. Here, we have two Oracle servers, one for prod, the other is for dev and staging (we use two different schemas, one for dev, the other for staging). Can't wait to start using migrations here (I do use them for wocommunity.org), I was getting tired on logging on our Oracle dev/stage server to run scripts in sqlplus when we were overriding data with an export coming from our prod server.
>>
>> Speaking of export, if any of you is using "exp" and "imp" with Oracle, if you moved to Oracle 10g/11g, use "impdp" and "expdp", it's much faster than the old tools.
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden