<div dir="ltr">If you have really huge databases, with many millions of rows in one or more tables, backup may take more than a few minutes, and that cause application lockups. In this case, mysqldump is no longer an option. <br>
<br>You can use MyDumper, which does backup in parallel for tables with large numbers of rows, and ensures consistency.<br><br>It is not straightforward to get going on Ubuntu 12.04, since the version in the repositories does not work. You need to compile from source after you apply a patch.<br>
<br>But once you go through these steps, a backup that takes 8 minutes can be done in less than a minute!<br><br>I detailed the steps here, and use it for backup for a site that used to lockup daily when backup is run. Now it takes far less time for backup.<br>
<br><a href="http://2bits.com/backup/fast-parallel-mysql-backups-and-imports-mydumper.html">http://2bits.com/backup/fast-parallel-mysql-backups-and-imports-mydumper.html</a><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Feb 15, 2014 at 12:01 PM, Jonathan D. Poole <span dir="ltr"><<a href="mailto:jpoole@digitaljedi.ca" target="_blank">jpoole@digitaljedi.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is what I have been using, pretty simple, but has the flexibility of<br>
doing things PRE and POST run.  I generally put a copy to s3 storage POST<br>
hook.   Works on both slaves, masters, but be warned on masters you should<br>
lock tables to ensure integrity (Causes application outage, although if in<br>
your environment you have a window of maintenance, you should be fine)<br>
<br>
<a href="http://sourceforge.net/projects/automysqlbackup/" target="_blank">http://sourceforge.net/projects/automysqlbackup/</a><br>
<br>
<br>
Regards,<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
-----Original Message-----<br>
From: kwlug-disc [mailto:<a href="mailto:kwlug-disc-bounces@kwlug.org">kwlug-disc-bounces@kwlug.org</a>] On Behalf Of Joe<br>
Wennechuk<br>
Sent: Friday, February 14, 2014 3:06 PM<br>
To: <a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
Subject: [kwlug-disc] MySQL Backups<br>
<br>
Hello All.<br>
<br>
I am looking for an open source free mysql backup and monitoring tool. I<br>
would like to have a web GUI where I can see the status of all of my servers<br>
and backups. Similar<br>
to <a href="http://www.manageengine.com/sql-server-monitoring-launch.html" target="_blank">www.manageengine.com/sql-server-monitoring-launch.html</a><br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br>

</div>