Closed ufaria closed 13 years ago
How do you want to take backups?
Where:
When:
sorry, i explain it bad. The backup is made before crash :)
the snapshot functionality of lvm is very good for this.
did you know multi-master-mysql? http://mysql-mmm.org/
As a backup solution, LVM snapshot has serious performance problems while taking backups so I don't like it. xtrabackup is much better. Taking backups with xtrabackup is easy so I don't think I need to provide utility tools in MHA to take regular backups.
BTW, every MySQL expert knows MMM and its fundamental issues. MMM can't always work as an HA software so that's one of the reasons why I developed MHA. Please read Baron's post (http://www.xaprb.com/blog/2011/05/04/whats-wrong-with-mmm/) if you haven't.
Closing this issue because I won't implement as a core module function.
the best feature that mmm has is cloning storage with lvm when a crash happens and to be able to make a quick snapshot of storage for backup.
will be good to have these functionalities
thanks.