<div class="gmail_quote">On Thu, Apr 16, 2009 at 7:36 PM, Tim Cutts <span dir="ltr"><<a href="mailto:tjrc@sanger.ac.uk">tjrc@sanger.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On 14 Apr 2009, at 3:09 pm, Asif Iqbal wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Nov 18, 2008 at 10:37 PM, Tim Cutts <<a href="mailto:tjrc@sanger.ac.uk" target="_blank">tjrc@sanger.ac.uk</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
On 18 Nov 2008, at 3:27 pm, Asif Iqbal wrote:<br>
<br>
What switches did you use to dump the mysql? I see few gotcha's about<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
using binary characters<br>
and separate dump  for attachment table and stuff<br>
<br>
</blockquote>
<br>
I haven't tested the attachments thoroughly yet, so I don't know whether it<br>
worked.  I just used one of our regular backup dumps, which isn't massively<br>
complicated.  Our RT instance is replicated, and we back up off the slave<br>
using:<br>
<br>
mysqldump --defaults-extra-file=/mysql/data_3307/slave.cnf<br>
--single-transaction --flush-logs --master-data=2 --all-databases -q | gzip<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
backup.gz<br>
</blockquote></blockquote>
<br>
<br>
How do I do the mysqldump w/o locking ?<br>
</blockquote>
<br></div>
You can't.  Not if you want a guaranteed consistent backup, anyway.<div><div></div><div class="h5"></div></div></blockquote><div><br>Actually the --master-data and --single-transaction make sure the tables are not locked<br>
<br>"The <a href="http://dev.mysql.com/doc/refman/4.1/en/mysqldump.html#option_mysqldump_master-data"><code class="option">--master-data</code></a> option
            automatically turns off
            <a href="http://dev.mysql.com/doc/refman/4.1/en/mysqldump.html#option_mysqldump_lock-tables"><code class="option">--lock-tables</code></a>. It also
            turns on
            <a href="http://dev.mysql.com/doc/refman/4.1/en/mysqldump.html#option_mysqldump_lock-all-tables"><code class="option">--lock-all-tables</code></a>, unless
            <a href="http://dev.mysql.com/doc/refman/4.1/en/mysqldump.html#option_mysqldump_single-transaction"><code class="option">--single-transaction</code></a> also
            is specified<br>" <br></div><div><br>Plus it took me less than 14 mins to dump about 8G data<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5"><br>
<br>
Tim<br>
<br>
<br>
-- <br>
The Wellcome Trust Sanger Institute is operated by Genome ResearchLimited, a charity registered in England with number 1021457 and acompany registered in England with number 2742969, whose registeredoffice is 215 Euston Road, London, NW1 2BE.<br>

</div></div></blockquote></div><br><br clear="all"><br>-- <br>Asif Iqbal<br>PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu">pgp.mit.edu</a><br>A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br><br><br>