On Fri, Feb 21, 2014 at 8:01 AM, WooDzu <[email protected]> wrote: > I would like to setup Master-Slave replication with Clould SQL to backup > our in-premises databases. > > Am I right in thinking that Master-Slave replication needs the SUPER > privilege which isn't available in Cloud SQL thus it cannot serve as SLAVE? >
You can't replicate to a Cloud SQL instance as a slave, see the overview section here: https://developers.google.com/cloud-sql/docs/replication#replication-overview However, depending on the way your in-house machines are set up, it may be possible to set the Cloud SQL machine as master and then configure your in-house machines to serve as slaves. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
