I've set up an EBS volume and attached it the mysql role.  All of the
data is on the ebs.  I need the data to persist between instances, but
I only want to backup the volume periodically.

As it is now, when the mysql-master instance attaches the ebs volume,
it immediately downloads the most recent snapshot of the data from S3,
overwriting the more current data that is already on the EBS (which
was written after the last S3 backup).

Is there a way to have the mysql-master attach the EBS without
overwriting the most current data with the last .tar backup on S3?

Slave instances of mysql, however, will need to use the most recent
backup, before synchronizing with the master, I suppose.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/scalr-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to