Page 1 of 1

DATA MIGRATION FROM DEVELOPMENT TO TESTING

Posted: Thu Mar 15, 2007 12:55 am
by vijaykumar
Hi Gurus,

Can anyone help me out with the process how data is migrated from development to testing env.One of my friend said that they make use of version control.please gurus help me in understanding the migration.

cheers;
Dileep

Posted: Thu Mar 15, 2007 6:20 am
by kumar_s
Hi Dileep,
Data are not migrated through Version control, but only jobs are.

Posted: Thu Mar 15, 2007 7:01 am
by Sreedhar
Please confirm if you are migrating the jobs or the data from one server to the other.

If you are migrating the data then we can use a simple command to tar and then... scp to migrate the data form one server to the other.

If you are migrating the Data Stage jobs then Yes, version control can be used to migrate the job across the env....

Posted: Thu Mar 15, 2007 7:55 pm
by ray.wurlod
Where and how are these data stored?

Most sites don't migrate data from development to test environment at all. Instead, the test data are a sample from the production environment.