MySQL Forums
Forum List  »  Replication

Re: Replication from development server to production
Posted by: Jan Einar Visnes
Date: April 25, 2005 06:47AM

I don't think this is a replication issue.

What I would do is to copy (backup - restore) the production database into your development environment, and here developed an SQL batch to change the structure of this production copy database, and test the new client application against this production copy database to verify that it is correct.

The roll out process: ensure no user is logged on - backup - run sql script - and user can log on with the new client application.

JEV

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Replication from development server to production
2247
April 25, 2005 06:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.