<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Pythian Blog &#187; innodb hot backup</title>
	<atom:link href="http://www.pythian.com/news/tag/innodb-hot-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Video:  Building a MySQL Slave and Keeping it in Sync</title>
		<link>http://www.pythian.com/news/5113/video-building-a-mysql-slave-and-keeping-it-in-sync/</link>
		<comments>http://www.pythian.com/news/5113/video-building-a-mysql-slave-and-keeping-it-in-sync/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:53:16 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[backup snapshot]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[lvm zfs]]></category>
		<category><![CDATA[maatkit]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[mk-table-checksum]]></category>
		<category><![CDATA[mk-table-sync]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[slave]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=5113</guid>
		<description><![CDATA[Last night at the Boston MySQL User Group I presented on how to get a consistent snapshot to build a slave, how to use mk-table-checksum to check for differences between masters and slaves on an ongoing basis, and how to use tools such as mk-table-sync and mysqldump to sync the data if there are any [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/5113/video-building-a-mysql-slave-and-keeping-it-in-sync/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Taste test:  Innobackup vs. Xtrabackup</title>
		<link>http://www.pythian.com/news/4177/taste-test-innobackup-vs-xtrabackup/</link>
		<comments>http://www.pythian.com/news/4177/taste-test-innobackup-vs-xtrabackup/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 16:36:28 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hot backup]]></category>
		<category><![CDATA[innobackup]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4177</guid>
		<description><![CDATA[Firstly, I have to thank my co-workers Singer Wang and Gerry Narvaja for doing a lot of the work that resulted in this comparison. After running both InnoDB Hot Backup and Xtrabackup, we have found that there is a measurable but not large difference between the resources that Xtrabackup and InnoDB Hot Backup consume. Xtrabackup: [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4177/taste-test-innobackup-vs-xtrabackup/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>MySQL 5.1 and InnoDB Hot Backup Gotcha</title>
		<link>http://www.pythian.com/news/3734/mysql-51-and-innodb-hot-backup-gotcha/</link>
		<comments>http://www.pythian.com/news/3734/mysql-51-and-innodb-hot-backup-gotcha/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:10:05 +0000</pubDate>
		<dc:creator>Singer Wang</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[innobackup.pl]]></category>
		<category><![CDATA[innobackupex.pl]]></category>
		<category><![CDATA[Innobase]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[mysql 5.1]]></category>
		<category><![CDATA[Percona]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=3734</guid>
		<description><![CDATA[Recently while we were building a slave with a newer version of MySQL 5.1 from an InnoDB Hot backup, the following error occurred when we ran mysql_upgrade: mysql.time_zone OK mysql.time_zone_leap_second OK mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK Running 'mysql_fix_privilege_tables'... ERROR 13 (HY000) at line 311: Can't get stat of './mysql/general_log.CSV' (Errcode: 2) ERROR [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/3734/mysql-51-and-innodb-hot-backup-gotcha/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Concerns and What Does Not Work in XtraDB Backup</title>
		<link>http://www.pythian.com/news/3241/concerns-and-what-does-not-work-in-xtradb-backup/</link>
		<comments>http://www.pythian.com/news/3241/concerns-and-what-does-not-work-in-xtradb-backup/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:06:53 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Non-Tech Articles]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=3241</guid>
		<description><![CDATA[A short time ago I posted how I was Using XtraDB Backup to backup InnoDB. Overall, the blog post was positive, but experiences that others have had (and commented to on that blog post) have made me want to put out another short article about using XtraDB backup. The first few points remain the same [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/3241/concerns-and-what-does-not-work-in-xtradb-backup/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Using Xtradb Backup</title>
		<link>http://www.pythian.com/news/2850/using-xtradb-backup/</link>
		<comments>http://www.pythian.com/news/2850/using-xtradb-backup/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:00:00 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hot backup]]></category>
		<category><![CDATA[innobackup]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=2850</guid>
		<description><![CDATA[As Baron points out, Percona&#8217;s Xtrabackup tool can be used just like InnoDB Hot Backup. Many are wondering, &#8220;is it good enough?&#8221; In fact, I wondered the same thing, and after a few weeks of using and testing Xtrabackup (on machines that have MyISAM and InnoDB tables), I can say: 0) We have not run [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/2850/using-xtradb-backup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>InnoDB Hot Backup Utility Bug</title>
		<link>http://www.pythian.com/news/1500/innodb-hot-backup-utility-bug/</link>
		<comments>http://www.pythian.com/news/1500/innodb-hot-backup-utility-bug/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:51:47 +0000</pubDate>
		<dc:creator>Singer Wang</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1500/innodb-hot-backup-utility-bug</guid>
		<description><![CDATA[If you are using InnoDB Hot Backup utility and the innobackup.pl wrapper script, be very careful if you are not running backups under the system mysql user. There is a bug which causes InnoDB Hot Backup to sometimes report a successful backup when it actually failed. The last few dozen lines of the output was [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1500/innodb-hot-backup-utility-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Critical Warning If You Are Using InnoDB Hot Backup</title>
		<link>http://www.pythian.com/news/1485/a-critical-warning-if-you-are-using-innodb-hot-backup/</link>
		<comments>http://www.pythian.com/news/1485/a-critical-warning-if-you-are-using-innodb-hot-backup/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:25:38 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[deprecation]]></category>
		<category><![CDATA[ibbackup]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[storage engine]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1485/a-critical-warning-if-you-are-using-innodb-hot-backup</guid>
		<description><![CDATA[If you are using InnoDB Hot Backup and a recent version of mysqld (at least 5.0.67 or higher, including 5.1.30, though it may be later versions), your backup will run fine and output OK! at the end, as it should. Except for one thing. The binary log file and position do not appear in their [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1485/a-critical-warning-if-you-are-using-innodb-hot-backup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

