MySQL Forums
Forum List  »  InnoDB

Re: how to upgrade database schema in M-M environment
Posted by: Peter Brawley
Date: May 13, 2013 12:02PM

Zero downtime isn't possible if you're changing DDL. It can be minimised if the app can virtualise its database layer (copy the DB, switch temporarily to that DB, upgrade the original DB, let that upgrade propagate to the slave, update the upgraded DB from the temp working copy, then switch back).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to upgrade database schema in M-M environment
757
May 13, 2013 12:02PM


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.