<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Btw xtrabackup is not only backup..</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/05/07/btw-xtrabackup-is-not-only-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/05/07/btw-xtrabackup-is-not-only-backup/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Todd</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/07/btw-xtrabackup-is-not-only-backup/comment-page-1/#comment-724345</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sat, 13 Feb 2010 15:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=681#comment-724345</guid>
		<description>Hi, I just tried the above I had to add a few things like user and password.  Now I get this error: 

100213 09:52:19  innobackupex-1.5.1: Starting ibbackup with command: xtrabackup --backup --suspend-at-end --log-stream --target-dir=./
innobackupex-1.5.1: Waiting for ibbackup (pid=7630) to suspend
innobackupex-1.5.1: Suspend file &#039;/var/lib/mysql/xtrabackup_suspended&#039;

xtrabackup: suspend-at-end is enabled.
xtrabackup: uses posix_fadvise().
xtrabackup: cd to /var/lib/mysql
xtrabackup: Target instance is assumed as followings.
xtrabackup:   innodb_data_home_dir = ./
xtrabackup:   innodb_data_file_path = ibdata1:10M:autoextend
xtrabackup:   innodb_log_group_home_dir = ./
xtrabackup:   innodb_log_files_in_group = 2
xtrabackup:   innodb_log_file_size = 5242880
xtrabackup: use O_DIRECT
100213  9:52:19  InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: &#039;open&#039;.
InnoDB: Error in opening ./ibdata1
100213  9:52:19  InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
xtrabackup: Could not open or create data files.
xtrabackup: If you tried to add new data files, and it failed here,
xtrabackup: you should now edit innodb_data_file_path in my.cnf back
xtrabackup: to what it was, and remove the new ibdata files InnoDB created
xtrabackup: in this failed attempt. InnoDB only wrote those files full of
xtrabackup: zeros, but did not yet use them in any way. But be careful: do not
xtrabackup: remove old data files which contain your precious data!
innobackupex-1.5.1: Error: ibbackup child process has died at /usr/bin/innobackupex-1.5.1 line 464.

I don&#039;t quiet understand - what files do I not have permission to write to and has my database been destroyed?</description>
		<content:encoded><![CDATA[<p>Hi, I just tried the above I had to add a few things like user and password.  Now I get this error: </p>
<p>100213 09:52:19  innobackupex-1.5.1: Starting ibbackup with command: xtrabackup &#8211;backup &#8211;suspend-at-end &#8211;log-stream &#8211;target-dir=./<br />
innobackupex-1.5.1: Waiting for ibbackup (pid=7630) to suspend<br />
innobackupex-1.5.1: Suspend file &#8216;/var/lib/mysql/xtrabackup_suspended&#8217;</p>
<p>xtrabackup: suspend-at-end is enabled.<br />
xtrabackup: uses posix_fadvise().<br />
xtrabackup: cd to /var/lib/mysql<br />
xtrabackup: Target instance is assumed as followings.<br />
xtrabackup:   innodb_data_home_dir = ./<br />
xtrabackup:   innodb_data_file_path = ibdata1:10M:autoextend<br />
xtrabackup:   innodb_log_group_home_dir = ./<br />
xtrabackup:   innodb_log_files_in_group = 2<br />
xtrabackup:   innodb_log_file_size = 5242880<br />
xtrabackup: use O_DIRECT<br />
100213  9:52:19  InnoDB: Operating system error number 13 in a file operation.<br />
InnoDB: The error means mysqld does not have the access rights to<br />
InnoDB: the directory.<br />
InnoDB: File name ./ibdata1<br />
InnoDB: File operation call: &#8216;open&#8217;.<br />
InnoDB: Error in opening ./ibdata1<br />
100213  9:52:19  InnoDB: Operating system error number 13 in a file operation.<br />
InnoDB: The error means mysqld does not have the access rights to<br />
InnoDB: the directory.<br />
xtrabackup: Could not open or create data files.<br />
xtrabackup: If you tried to add new data files, and it failed here,<br />
xtrabackup: you should now edit innodb_data_file_path in my.cnf back<br />
xtrabackup: to what it was, and remove the new ibdata files InnoDB created<br />
xtrabackup: in this failed attempt. InnoDB only wrote those files full of<br />
xtrabackup: zeros, but did not yet use them in any way. But be careful: do not<br />
xtrabackup: remove old data files which contain your precious data!<br />
innobackupex-1.5.1: Error: ibbackup child process has died at /usr/bin/innobackupex-1.5.1 line 464.</p>
<p>I don&#8217;t quiet understand &#8211; what files do I not have permission to write to and has my database been destroyed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sheppard</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/07/btw-xtrabackup-is-not-only-backup/comment-page-1/#comment-559924</link>
		<dc:creator>John Sheppard</dc:creator>
		<pubDate>Tue, 12 May 2009 17:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=681#comment-559924</guid>
		<description>I understand Xtrabackup is InnoDB only. Since 2001 I&#039;ve been using
Dave Brown&#039;s perl script mysql backup. I
should very much appreciate knowing what better options are available
now ?</description>
		<content:encoded><![CDATA[<p>I understand Xtrabackup is InnoDB only. Since 2001 I&#8217;ve been using<br />
Dave Brown&#8217;s perl script mysql backup. I<br />
should very much appreciate knowing what better options are available<br />
now ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/07/btw-xtrabackup-is-not-only-backup/comment-page-1/#comment-559864</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 12 May 2009 13:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=681#comment-559864</guid>
		<description>wow</description>
		<content:encoded><![CDATA[<p>wow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Bristol</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/07/btw-xtrabackup-is-not-only-backup/comment-page-1/#comment-557934</link>
		<dc:creator>Bruce Bristol</dc:creator>
		<pubDate>Fri, 08 May 2009 21:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=681#comment-557934</guid>
		<description>Remember to change the slave&#039;s &#039;server_id&#039; variable if it&#039;s in your my.cnf copied from the original server.</description>
		<content:encoded><![CDATA[<p>Remember to change the slave&#8217;s &#8216;server_id&#8217; variable if it&#8217;s in your my.cnf copied from the original server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

