<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>The InnoDB Forums - InnoDB Hot Backup</title>
        <description>Discuss and get help for the InnoDB Hot Backup utility.</description>
        <link>http://forums.innodb.com/list.php?6</link>
        <lastBuildDate>Tue, 07 Sep 2010 14:58:24 +0300</lastBuildDate>
        <generator>Phorum 5.2.13</generator>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1323,1323#msg-1323</guid>
            <title>using innodb hotbackup to convert to innodb_file_per_table ? (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,1323,1323#msg-1323</link>
            <description><![CDATA[ Question,<br />
Can I use the innodb hotbackup restore to convert a really huge database (250+gig) to innodb_file_per_table instead of using mysqldump ?<br />
if so, this would save us ~2 days downtime.<br />
<br />
is this possible?]]></description>
            <dc:creator>tsstur</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Thu, 02 Sep 2010 07:25:06 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1321,1321#msg-1321</guid>
            <title>Did not receive email instructions after buying license (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1321,1321#msg-1321</link>
            <description><![CDATA[ I purchased the 1 year license and did not receive the instructions via email to download ibbackup for linux.  Can you please assist?  I've checked my spam filter for anything @oracle.com and see nothing.  I've also emailed the sales team.  Last time we ordered the license the email came right away.<br />
<br />
Thanks.]]></description>
            <dc:creator>kevin-stanton</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Tue, 31 Aug 2010 22:11:54 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1292,1292#msg-1292</guid>
            <title>ibbackup , big data backup question (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1292,1292#msg-1292</link>
            <description><![CDATA[ We have an ibdata1 (only one) that is about 910GB in a live production system which we cannot shutdown for a copy process.<br />
The situation is that we are running out of space at the moment in that server, we have a new server up and running with new disks and more space.<br />
We have tried using mysqldump and import them later, it takes too much time.<br />
Copying the ibdata1 (the whole mysql data dir and log dir as well) takes us around 11hours, which means we must shutdown our system to around 11hours.<br />
We have a lot of writes to the database, we increase the ibdata file around 5GB avg per day.<br />
I was thinking of using the ibbackup tool for that procedure, and wish to know if i can count on it or my only option is to shutdown the server.<br />
This is what i was thinking regarding the routine to do it:<br />
1. Shutdown everything that relates to working with mysql.<br />
2. FLUSH TABLES WITH READ LOCK;<br />
   SHOW MASTER STATUS and write it down.<br />
   Then compress the whole mysql data directory without the ibdata file (just the MyISAM tables).<br />
   Start ibbackup with --suspend-at-end and point the data through my2.cnf file to an nfs mount on the new server.<br />
   ibbackup --suspend-at-end &lt;path to my.cnf&gt; &lt;path to my2.cnf&gt;<br />
   UNLOCK TABLES;<br />
3. Allow everone to use the mysql db as normal use.<br />
4. When ibbackup creates the 'ibbackup_suspend' file,  Shutdown the system again (so none works against mysql)<br />
   Then FLUSH TABLES WITH READ LOCK;<br />
   SHOW MASTER STATUS and write it down.<br />
   Compressing the whole mysql data dir again just for MyISAM tables.<br />
   Delete the 'ibbackup_suspend' wait for backup to finish<br />
   UNLOCK TABLES;<br />
5. Start system again.<br />
6. ibbackup --apply-log &lt;path to my2.cnf&gt;<br />
7. add skip-slave-start in [mysqld] <br />
8. then start the mysqld on the new server and change master to using the binlog file name using the one i took in 4th note and also the log pos took in the 4th note.<br />
9. START SLAVE;<br />
<br />
Will that work? <br />
Then after that they both equal i'm shutting down first the old mysql db, then the new, making him a MASTER and telling all the system to use it.<br />
<br />
Anything i missed?]]></description>
            <dc:creator>Infin1ty</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Wed, 25 Aug 2010 05:32:54 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1281,1281#msg-1281</guid>
            <title>2-part issue (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1281,1281#msg-1281</link>
            <description><![CDATA[ 1) I used ibbackup to take a backup, moved the files to a newly installed mysql server. I applied the logs, moved the db folder, data and logfiles to where the mysql server expects them to be. <br />
<br />
I start mysql and sees the new db, giving me the current position as expected. However, when I run mysql, select the db, then do &quot;show tables&quot;, nothing is returned.<br />
<br />
<br />
2) I have 2 mysql servers, each with a different database using innodb. I need to move both of these databases to a single, new server. Will ibbackup work for this? As far as I can tell, it doesn't seem like this would work since the restore doesn't apply the logs to an existing db, only to the backup. Am I missing something?]]></description>
            <dc:creator>nubmoore</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 16 Aug 2010 13:14:26 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1280,1280#msg-1280</guid>
            <title>innobackup corrupt (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1280,1280#msg-1280</link>
            <description><![CDATA[ I've been intermittently receiving errors when running InnoDB Hot Backup. <br />
A few weeks ago I repeatedly received errors that one particular table was corrupt, but<br />
within about 5 days the issue resolved on it's own. Then again last night I <br />
received errors that another table is corrupt, but the table appears to be fine<br />
and I have no reason to believe that it is actually corrupt.  I'm pasting a<br />
portion of the error message I am receiving. I thought it strange that this time<br />
the error message had some temporary tables listed in the error as well....<br />
<br />
Any ideas on what is going on here? This has happened randomly in the past month, each<br />
time resolving on it's own after a few days. I cannot trust this backup method with these <br />
errors. In the mean time I am using mysqldump to run backups in addition to innobackup.<br />
<br />
ibbackup: Re-reading page at offset 0 15745024 in /data/db/Order.ibd<br />
ibbackup: Re-reading page at offset 0 1574100807  1:04:19  InnoDB: Page dump in ascii and hex (16384 bytes):<br />
 len 16384; hex 0b00000014000a026c6f73742b666f756e64000007c000001c0012012373716c313662625f3938625f302e696264626408c00000540012012373716c313662625f3938625f312e66726d726d0dc00000380012012373716c313662625f3936335f382e696264726d0fc000001c0012012373716c313662625f3936335f392e696264626410c000001c0012012373716c313662625f3938395f352e66726d6d6413c000001c0012012373716c313662625f3938395f362e696264726d14c000001c0012012373716c313662625f3938395f372e66726d646416c000001<br />
<br />
 asc         lost+found          #sql16bb_98b_0.ibdbd    T   #sql16bb_98b_1.frmrm    8   #sql16bb_963_8.ibdrm        #sql16bb_963_9.ibdbd        #sql16bb_989_5.frmmd        #sql16bb_989_6.ibdrm        #sql16bb_989_7.frmdd        #sql16bb_989_8.frmmd        #sql16bb_989_9.frmdd        #sql16bb_98d_0.ibddd        #sql16bb_989_5.ibdmd        #sql16bb_98d_3.frmdm#       #sql16bb_98d_4.ibddm        #sql16bb_879_2.frmmd    4   #sql16bb_879_2.ibddm        #sql16bb_879_3.frmdd#       #sql16bb_879_4.ibdrm$       #sql16bb_87a_0.frmrm'       #sql16bb_87a_1.ibdbd(       #sql16bb_87a_2.frmmd+       #sql16bb_87a_3.ibdbd-   p   #sql16bb_87a_4.ibdmd1   T   #sql16bb_980_1.ibdmd6       #sql16bb_980_4.frmmm7       #sql16bb_980_4.ibddm8       #sql16bb_979_0.frmdd9       #sql16bb_979_0.ibdmm&lt;       #sql16bb_979_2.frmdd=       #sql16bb_979_2.ibddd@       #sql16bb_979_4.frmbd        #sql16bb_983_8.frmmm        #sql16bb_983_8.ibddd    l   #sql16bb_983_9.ibdbdD   P   #sql16bb_97f_1.frmbdG   4   #sql16bb_97f_2.ibdbdI       #sql16bb_97f_3.ibdmdK       #sql16bb_97f_4.ibdmmG       #sql16bb_8cc_10.ibdm        #sql16bb_8ce_15.frmd        #sql16bb_8ce_15.ibddP       #sql16bb_626_13.frmmR   p   #sql16bb_626_14.frmmT   T   #sql16bb_626_15.frmdV   8   #sql16bb_626_16.frmdG       #sql16bb_64b_2a.ibd Z       #sql16bb_626_12.frm [       #sql16bb_626_12.ibd S       #sql16bb_626_14.ibd U       #sql16bb_626_15.ibd _       #sql16bb_51f_4.ibd  h       #sql16bb_517_9.frm  i   X   #sql16bb_517_9.ibd  f       #sql16bb_517_3.frm  h       #sql16bb_517_4.frm  #sql2100_1ea7_3ca.frm   q   4   #sql2100_1ea7_3ca.ibd   #sql2100_1ea7_fe.frmP       #sql2100_1ea6_40.frmh       #sql2100_1ea7_341.frm   i       #sql2100_1ea7_341.ibd   #sql2100_1ea7_f4.frmQ       #sql2100_1ea6_40.ibdn       #sql2100_1ea7_3d1.frm   o   `   #sql2100_1ea7_3d1.ibd   o   @   #sql2100_1ea7_3cc.ibdsqls       #sql2100_1ea7_3ad.ibd   d       #sql2100_1ea7_22e.frmsqle       #sql2100_1ea7_22e.ibd100s   l   <br />
                            ;InnoDB: End of page dump<br />
100807  1:04:19  InnoDB: Page checksum 4192873710, prior-to-4.0.14-form checksum 3968187153<br />
InnoDB: stored checksum 184549376, prior-to-4.0.14-form stored checksum 0<br />
InnoDB: Page lsn 1852047360 130023424, low 4 bytes of lsn at page end 0<br />
InnoDB: Page number (if stored to page already) 335546882,<br />
InnoDB: space id (if created with &gt;= MySQL-4.1.1 and stored already) 1650614073<br />
5024 in /data/db/Order.ibd<br />
ibbackup: Re-reading page at offset 0 15745024 in /data/db/Order.ibd<br />
ibbackup: Error: page at offset 0 15745024 in /data/db/Order.ibd seems corrupt!<br />
innobackup: Error: ibbackup child process has died at /home/mysql/bin/innobackup line 391.]]></description>
            <dc:creator>suzie</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 16 Aug 2010 13:21:46 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1267,1267#msg-1267</guid>
            <title>Can't create table './mysql/ibbackup_binlog_marker.frm' (errno: 121) (3 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1267,1267#msg-1267</link>
            <description><![CDATA[ Hello,<br />
<br />
After doing several hot backups successfully, the sollowing error message drops randomly:<br />
<pre class="bbcode">
innobackup: Starting to lock all tables...
innobackup: Error: mysql child process has died: ERROR 1005 (HY000) at line 7: Can't create table './mysql ibbackup_binlog_marker.frm' (errno: 121)
 while waiting for reply to MySQL request: 'CREATE TABLE ibbackup_binlog_marker(a INT) ENGINE=INNODB;' at innobackup.pl line 390</pre>
<br />
There are several hints to solve this issue (creating a new table and exchanging .frm files), but I would prefer to have the script just working; Does anybody know whats the problem here?]]></description>
            <dc:creator>andreas.fey</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 16 Aug 2010 13:24:24 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1253,1253#msg-1253</guid>
            <title>need help (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,1253,1253#msg-1253</link>
            <description><![CDATA[ Dear All!<br />
<br />
I have a database server with a alot of different databases.<br />
<br />
But I want only 1 database backup and that database has many InnoDB and MyISAM tables with millions of records. I don't want to lock any table during backup. Can innodb hotbackup do that?. <br />
<br />
Please help.<br />
<br />
Regards,<br />
<br />
Umar]]></description>
            <dc:creator>umar</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Wed, 14 Jul 2010 08:37:39 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1251,1251#msg-1251</guid>
            <title>can't order hotbackup online (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1251,1251#msg-1251</link>
            <description><![CDATA[ I tried to order a 1-year license online for the InnoDB Hotbackup but I keep getting an error saying that the credit card number should be 13-19 numbers.  I'm trying to use a Visa card with 16 numbers so I'm not sure what's wrong.  Could there be a bug in the online ordering system?]]></description>
            <dc:creator>ivy</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 16 Aug 2010 13:26:43 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1248,1248#msg-1248</guid>
            <title>tmp tables (3 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1248,1248#msg-1248</link>
            <description><![CDATA[ There is a known bug when using ibbackup/innobackup on a database that has<br />
temporary tables(see below). Is there a way around this bug or any known fix? <br />
If I recover a database that has temporary tables when the backup<br />
is taken, will the database I recover be corrupt?<br />
<br />
I am getting these errors:<br />
<br />
100707 12:29:51  InnoDB: Error: trying to open a table, but could not<br />
InnoDB: open the tablespace file './tmp/#sql168e_1db_2.ibd'!<br />
InnoDB: Have you moved InnoDB .ibd files around without using the<br />
InnoDB: commands DISCARD TABLESPACE and IMPORT TABLESPACE?<br />
InnoDB: It is also possible that this is a temporary table #sql...,<br />
InnoDB: and MySQL removed the .ibd file for this.<br />
<br />
Thanks,<br />
Suzie<br />
<br />
********************************************************************************************************<br />
7.3 Known ibbackup and innobackup  bugs<br />
<br />
If you take a backup when there are TEMPORARY tables in the database, and you use those temporary tables to update or insert into normal tables, then the MySQL binlog application to a backup can fail. That is, you may not be able to roll forward the backup using the MySQL binlog. The reason is that TEMPORARY tables are not copied to the backup. And, actually we cannot copy them to the backup, because the names of temporary table files #sql….frm do not correspond to the logical table names that MySQL writes to the binlog. This problem will be removed in the future, when MySQL will implement so-called 'row-level binlogging'.<br />
<br />
MySQL versions &lt; 4.1.2 do not prevent CREATE TABLE or RENAME TABLE during the locked phase. Therefore, there is a small chance that the .frm files of newly created empty tables do not correspond to the binlog position of the backup.<br />
**********************************************************************************************************]]></description>
            <dc:creator>suzie</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Thu, 26 Aug 2010 06:34:35 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1224,1224#msg-1224</guid>
            <title>innobackup - MySQL server has gone away (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1224,1224#msg-1224</link>
            <description><![CDATA[ I have this problem with innobackup when the script start backup myisam file<br />
<br />
innobackup: Error: mysql child process has died: ERROR 2006 (HY000) at line 19:<br />
 MySQL server has gone away<br />
<br />
Currently mysql setting as below <br />
wait_timeout=3<br />
interactive_timeout=3<br />
<br />
and innobackup setting as below<br />
my $mysql_response_timeout = 20800;<br />
my $mysql_keep_alive_timeout = 2;<br />
<br />
<br />
Is this because the mysql been disconnect because connection de-active in mysql for more than 3 second?<br />
<br />
If i add this line in innobackup script, will this prevent this from happen ?<br />
<br />
mysql_send &quot;SET wait_timeout=28800;&quot;;<br />
<br />
under this sub route ?<br />
sub mysql_lockall <br />
<br />
<br />
any advise? <br />
<br />
Cheers]]></description>
            <dc:creator>soonyu</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 10 May 2010 09:08:36 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1222,1222#msg-1222</guid>
            <title>Can't start server on innobackup's output (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,1222,1222#msg-1222</link>
            <description><![CDATA[ I created a directory called /root/backup.  I then ran<br />
<br />
./innobackup --user=root /etc/my.cnf /root/backup<br />
<br />
Everything looks good.  I then ran<br />
<br />
./innobackup --apply-logs /etc/my.cnf /root/backup/2010-05-04_13-13-47<br />
<br />
Everything still looks good.  I then ran (as root):<br />
<br />
cat /etc/my.cnf /root/backup/2010-05-04_13-13-47 &gt; /root/backup/2010-05-04_13-13-47/my.cnf<br />
/usr/libexec/mysqld --defaults-file=/root/backup/2010-05-04_13-13-47/my.cnf<br />
<br />
I get the following output:<br />
100504 13:34:44  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 /root/backup/2010-05-04_13-13-47/ibdata1<br />
InnoDB: File operation call: 'create'.<br />
InnoDB: Cannot continue operation.<br />
<br />
<br />
How can the root user not have permission to edit that file?  More importantly, why is it trying to create that ibdata1 file when it already exists?<br />
<br />
<br />
Ben Dilts]]></description>
            <dc:creator>beandog</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Tue, 04 May 2010 22:40:39 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1206,1206#msg-1206</guid>
            <title>omit certain table during backup ? (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1206,1206#msg-1206</link>
            <description><![CDATA[ Hello,<br />
Is it possible to omit a certain table during the backup of a MySQL database?<br />
from the help file, there dosn't seem to be an omit-table or skip-table option.<br />
<br />
is this possible?<br />
<br />
thanks.<br />
tom.]]></description>
            <dc:creator>tsstur</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 26 Apr 2010 11:23:36 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1191,1191#msg-1191</guid>
            <title>cannot open the database from innodb hot backup (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,1191,1191#msg-1191</link>
            <description><![CDATA[ I backed up a small size of 50G db using innodb. After applying logs, I failed in opening the database. It stuck forever in opening tables, which showed from mytop. The restored database is just unusable.<br />
<br />
Here is the log during the backup and restore processes.<br />
<br />
System: redhat 5.4 64bit + MySQL 5.1.42 + innodb plugin 1.0.6.<br />
<br />
No barracuda format was used. Using innodb plugin is to get fast indexing or some performance gain if there is any.<br />
<br />
innodb temporary tables were created by applications. MySQL support suspects it may be the cause.<br />
<br />
TABLE: name mss/#sql-1d26_8, id 0 510, columns 20, indexes 3, appr.rows 20335<br />
  COLUMNS: SecurityCheckID: DATA_INT DATA_UNSIGNED DATA_BINARY_TYPE DATA_NOT_NULL len 4; TagName: DATA_VARCHAR prtype 524559 len 60; CheckName: DATA_VARCHAR prtype 524303 len 40; CheckDescription: DATA_VARCHAR prtype 524303 len 255; CheckDetailDescription: DATA_BLOB len 10; ConsequenceName: DATA_VARCHAR prtype 524303 len 40; ConsequenceDescription: DATA_VARCHAR prtype 524303 len 255; DateEntered: DATA_INT DATA_BINARY_TYPE len 8; DateReported: DATA_INT DATA_BINARY_TYPE len 8; DateChanged: DATA_INT DATA_BINARY_TYPE len 8; VulnStatus: DATA_FIXBINARY DATA_BINARY_TYPE DATA_NOT_NULL len 1; Obsolete: DATA_FIXBINARY DATA_BINARY_TYPE DATA_NOT_NULL len 1; Discoverer: DATA_VARCHAR prtype 524303 len 255; ItemAffected: DATA_VARCHAR prtype 524303 len 255; ReplacedBy: DATA_INT DATA_BINARY_TYPE len 4; XForceFlag: DATA_INT DATA_BINARY_TYPE len 1; Severity: DATA_INT DATA_UNSIGNED DATA_BINARY_TYPE len 1; DB_ROW_ID: DATA_SYS prtype 256 len 6; DB_TRX_ID: DATA_SYS prtype 257 len 6; DB_ROLL_PTR: DATA_SYS prtype 258 len 7; <br />
  INDEX: name PRIMARY, id 0 1109, fields 1/19, uniq 1, type 3<br />
   root page 3, appr.key vals 20335, leaf pages 809, size pages 865<br />
   FIELDS:  SecurityCheckID DB_TRX_ID DB_ROLL_PTR TagName CheckName CheckDescription CheckDetailDescription ConsequenceName ConsequenceDescription DateEntered DateReported DateChanged VulnStatus Obsolete Discoverer ItemAffected ReplacedBy XForceFlag Severity<br />
  INDEX: name TagName, id 0 1110, fields 1/2, uniq 1, type 2<br />
   root page 4, appr.key vals 16345, leaf pages 64, size pages 97<br />
   FIELDS:  TagName SecurityCheckID<br />
  INDEX: name Index_3, id 0 1111, fields 1/2, uniq 2, type 0<br />
   root page 5, appr.key vals 8, leaf pages 15, size pages 16<br />
   FIELDS:  Severity SecurityCheckID<br />
--------------------------------------<br />
TABLE: name mss/#sql-1d4f_3, id 0 511, columns 20, indexes 3, appr.rows 22863<br />
  COLUMNS: SecurityCheckID: DATA_INT DATA_UNSIGNED DATA_BINARY_TYPE DATA_NOT_NULL len 4; TagName: DATA_VARCHAR prtype 524559 len 60; CheckName: DATA_VARCHAR prtype 524303 len 40; CheckDescription: DATA_VARCHAR prtype 524303 len 255; CheckDetailDescription: DATA_BLOB len 10; ConsequenceName: DATA_VARCHAR prtype 524303 len 40; ConsequenceDescription: DATA_VARCHAR prtype 524303 len 255; DateEntered: DATA_INT DATA_BINARY_TYPE len 8; DateReported: DATA_INT DATA_BINARY_TYPE len 8; DateChanged: DATA_INT DATA_BINARY_TYPE len 8; VulnStatus: DATA_FIXBINARY DATA_BINARY_TYPE DATA_NOT_NULL len 1; Obsolete: DATA_FIXBINARY DATA_BINARY_TYPE DATA_NOT_NULL len 1; Discoverer: DATA_VARCHAR prtype 524303 len 255; ItemAffected: DATA_VARCHAR prtype 524303 len 255; ReplacedBy: DATA_INT DATA_BINARY_TYPE len 4; XForceFlag: DATA_INT DATA_BINARY_TYPE len 1; Severity: DATA_INT DATA_UNSIGNED DATA_BINARY_TYPE len 1; DB_ROW_ID: DATA_SYS prtype 256 len 6; DB_TRX_ID: DATA_SYS prtype 257 len 6; DB_ROLL_PTR: DATA_SYS prtype 258 len 7; <br />
  INDEX: name PRIMARY, id 0 1112, fields 1/19, uniq 1, type 3<br />
   root page 3, appr.key vals 22863, leaf pages 809, size pages 865<br />
   FIELDS:  SecurityCheckID DB_TRX_ID DB_ROLL_PTR TagName CheckName CheckDescription CheckDetailDescription ConsequenceName ConsequenceDescription DateEntered DateReported DateChanged VulnStatus Obsolete Discoverer ItemAffected ReplacedBy XForceFlag Severity<br />
  INDEX: name TagName, id 0 1113, fields 1/2, uniq 1, type 2<br />
   root page 4, appr.key vals 21441, leaf pages 64, size pages 97<br />
   FIELDS:  TagName SecurityCheckID<br />
  INDEX: name Index_3, id 0 1114, fields 1/2, uniq 2, type 0<br />
   root page 5, appr.key vals 4, leaf pages 15, size pages 16<br />
   FIELDS:  Severity SecurityCheckID<br />
--------------------------------------]]></description>
            <dc:creator>Coway</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 12 Apr 2010 18:38:36 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1180,1180#msg-1180</guid>
            <title>corupt .ibd file after rebuild of underlying raid controller (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1180,1180#msg-1180</link>
            <description><![CDATA[ Hello there,<br />
<br />
after a rebuild of the underlying raid-controller, ibbackup refuses to backup the database. The database is running and stable, but the backup does crash every time:<br />
<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Re-reading page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd<br />
ibbackup: Error: page at offset 0 920748032 in /data/3306/wkw_forum16/posting.ibd seems corrupt!<br />
<br />
On the same machine are other databases and tables without any problems. Is there any way to fix this, without reimporting the whole database? Does anyone else experience this problem?<br />
<br />
Kind regards,<br />
<br />
Jérôme]]></description>
            <dc:creator>jerome</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 12 Apr 2010 14:49:47 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1172,1172#msg-1172</guid>
            <title>Can not find a valid check point (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1172,1172#msg-1172</link>
            <description><![CDATA[ When I did back up, I encounter such error. For the other data base, using the same command, I don't have such error.<br />
<br />
Contents of /nobackup/ses/klocwork/backup/source.cfn:<br />
innodb_data_home_dir got value step-lnx64-001.8082/data<br />
innodb_data_file_path got value ibdata1:10M:autoextend<br />
datadir got value step-lnx64-001.8082/data<br />
innodb_log_group_home_dir got value step-lnx64-001.8082/data<br />
innodb_log_files_in_group got value 2<br />
innodb_log_file_size got value 5242880<br />
<br />
Contents of /nobackup/ses/klocwork/backup/target.cfn:<br />
innodb_data_home_dir got value /nobackup/ses/klocwork/backup/stages<br />
innodb_data_file_path got value ibdata1:10M:autoextend<br />
datadir got value /nobackup/ses/klocwork/backup/stages<br />
innodb_log_group_home_dir got value /nobackup/ses/klocwork/backup/stages<br />
innodb_log_files_in_group got value 2<br />
innodb_log_file_size got value 5242880<br />
<br />
ibbackup: Error: could not find a valid checkpoint from step-lnx64-001.8082/data/ib_logfile0,<br />
ibbackup: Run 'ibbackup --help' for help.<br />
innodb backup failed]]></description>
            <dc:creator>linalong</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 12 Apr 2010 17:38:18 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1170,1170#msg-1170</guid>
            <title>Ibbackup freezes MySQL? (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1170,1170#msg-1170</link>
            <description><![CDATA[ Every early morning when we run ibbackup (without innobackup, we have our own perl script), there are 1-2 minutes when MySQL seems to freeze. It does not accept any connections during this period and all of the currently connected threads seem to freeze.<br />
<pre class="bbcode">
Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
Linux db1 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
MySQL-server-community-5.0.41-0.rhel4
InnoDB Hot Backup version 3.0.0; Copyright 2002-2005 Innobase Oy</pre>
The time stamps below are from today's run. It looks pretty much the same every day, but the connection issues occur on different times, but always 1-2 consecutive minutes, and never during more than one period every day.<br />
<br />
Our backup script launches at 05:45.<br />
At 05:50 it is done with the log, and starts copying the data files.<br />
At 07:39 ibbackup is done, and our perl scripts starts to backup the frm files.<br />
At 07:40 backup is done, and starts to scp to a remote server<br />
At 08:16 scp finishes.<br />
<br />
At 06:44 - 06:46 we get connection errors from our webservers.<br />
<br />
I ran a script this morning that connected at 06:00 and ran a SHOW FULL PROCESSLIST; once per second dumping the result to a text file The script kept running until 08:00. At 06:44 it is as if everything freezes. <br />
<br />
A few connections are stuck in unauthenticated user/Connect/login. Some normal queries are stuck in executing, some Sending data, etc. It looks like a normal processlist does on that server. However, it doesn't change 2 minutes, except for the Time value increasing, of course.<br />
<br />
After about 2 minutes things go back to normal, and the queries proceed, new connections are being allowed, etc.<br />
<br />
I'm a bit clueless. If it weren't for my PROCESSLIST-script running on a different server, connecting via a socket, it was almost as if the server lost network connection for a while.<br />
<br />
It never happens other that while we are running ibbackup.<br />
<br />
Any ideas on how to troubleshoot this further?<br />
<br />
Marcus]]></description>
            <dc:creator>marcus</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 12 Apr 2010 14:56:02 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1163,1163#msg-1163</guid>
            <title>too many open files (2 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1163,1163#msg-1163</link>
            <description><![CDATA[ During the apply-log step, I am experiencing the<br />
<br />
InnoDB: Doing recovery: scanned up to log sequence number 5556 1228336622<br />
InnoDB: Starting an apply batch of log records to the database...<br />
InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100324 19:08:12  InnoDB: Operating system error number 24 in a file operation.<br />
InnoDB: Error number 24 means 'Too many open files'.<br />
InnoDB: Some operating system error numbers are described at<br />
InnoDB: [<a href="http://dev.mysql.com/doc/mysql/en/Operating_System_error_codes.html" rel="nofollow" >dev.mysql.com</a>]<br />
InnoDB: File name /dbbackup/atl-prd-consdb-01a/2010-03-17_13-38-14/mss/fw_daily_connection_summary#P#FW_DAILY_CONNECTION_SUMMARY_01Jul2008#SP#FW_DAILY_CONNECTION_SUMMARY_01Jul2008sp1.ibd<br />
InnoDB: File operation call: 'open'.<br />
InnoDB: Cannot continue operation.<br />
innobackup: Error:<br />
innobackup: ibbackup failed at /home/apps/mysql/scripts/innobackup line 391.<br />
<br />
I still got this error even I added this in /etc/security/limits.conf<br />
<br />
mysql soft nofile 65536<br />
<br />
show variables displays:<br />
<br />
| open_files_limit                | 65536  <br />
| innodb_open_files               | 45000 <br />
<br />
The total number of *.ibd files in the backup is 5000.<br />
<br />
<br />
Can somebody explain why the error still happens?<br />
<br />
Thanks,<br />
<br />
Coway]]></description>
            <dc:creator>Coway</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 12 Apr 2010 18:41:01 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1134,1134#msg-1134</guid>
            <title>ETA for hotbackup usage with innodb plugin (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1134,1134#msg-1134</link>
            <description><![CDATA[ Is there any idea when we will be able to use the hot backup with the innodb plugin?<br />
We'd like to take advantage of the plugin's performance, but can not move on until we can back it up too.]]></description>
            <dc:creator>misaochankun</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Fri, 21 May 2010 23:24:05 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1130,1130#msg-1130</guid>
            <title>The disk usage of ibdata file is not as expected (6 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1130,1130#msg-1130</link>
            <description><![CDATA[ Hi<br />
<br />
I have observed the disk usage of ibdata file which is not as expected.<br />
<br />
There is one table XYZ in our database. I inserted 1.5 million records into the table and the ibdata file size grew to 1.8GB. But when I deleted all the records, the size remained same.<br />
<br />
Next time I inserted 2 million records and the size of ibdata this time was 2.0GB. When I deleted all the records it became 2.3GB.<br />
<br />
Again I inserted 3 million records, the size was 2.6GB. <br />
<br />
I feel this is an inappropriate usage of disk space. Can you please explain the scenario and any ways to optimise the disk usage?<br />
<br />
Thanks.]]></description>
            <dc:creator>shridharperka</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 15 Mar 2010 16:07:05 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1125,1125#msg-1125</guid>
            <title>Hotbackup Windows x64 (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,1125,1125#msg-1125</link>
            <description><![CDATA[ Hi <br />
<br />
Is Innodb Hot backup compatible with Windows 2008 64bit<br />
I have successfully run a backup on this o/s but I am keen to know if there are any incompatibilities<br />
<br />
Regards<br />
<br />
Martin]]></description>
            <dc:creator>mogorman</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Wed, 03 Mar 2010 23:17:54 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1118,1118#msg-1118</guid>
            <title>license issue (3 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1118,1118#msg-1118</link>
            <description><![CDATA[ Hi,<br />
   We bought license with the host name step-lnx64-001.cisco.com. But when we use it, it has error:<br />
<br />
step-lnx64-001:/nobackup/ses/klocwork/backup&gt; /auto/klocwork_data/ibbackup/ibbackup1 source.cfn target.cfn <br />
InnoDB Hot Backup version 3.0.0; Copyright 2002-2005 Innobase Oy<br />
License A18206 is granted to Cisco Systems<br />
(--apply-log works in any computer regardless of the hostname)<br />
Licensed for use in a computer whose hostname is 'step-lnx64-001.cisco.com'<br />
Expires 2011-2-1 (year-month-day) at 00:00<br />
See [<a href="http://www.innodb.com" rel="nofollow" >www.innodb.com</a>] for further information<br />
Type ibbackup --license for detailed license terms, --help for help<br />
<br />
--- Error: the hostname of this computer is 'step-lnx64-001'.<br />
Please contact <a href="mailto:&#72;&#101;&#105;&#107;&#107;&#105;&#46;&#84;&#117;&#117;&#114;&#105;&#64;&#105;&#110;&#110;&#111;&#100;&#98;&#46;&#99;&#111;&#109;">&#72;&#101;&#105;&#107;&#107;&#105;&#46;&#84;&#117;&#117;&#114;&#105;&#64;&#105;&#110;&#110;&#111;&#100;&#98;&#46;&#99;&#111;&#109;</a> for a license renewal.<br />
step-lnx64-001:/nobackup/ses/klocwork/backup&gt; uname -a<br />
Linux step-lnx64-001 2.6.9-42.7.ELsmp #1 SMP Tue Sep 5 18:25:41 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux<br />
<br />
When we ordered the license, We tried host name step-lnx64-001 instead of step-lnx64-001.cisco.com. But the web didn't let us go through. In cisco, step-lnx64-001.cisco.com and step-lnx64-001 are same. I sent email to <a href="mailto:&#72;&#101;&#105;&#107;&#107;&#105;&#46;&#84;&#117;&#117;&#114;&#105;&#64;&#105;&#110;&#110;&#111;&#100;&#98;&#46;&#99;&#111;&#109;">&#72;&#101;&#105;&#107;&#107;&#105;&#46;&#84;&#117;&#117;&#114;&#105;&#64;&#105;&#110;&#110;&#111;&#100;&#98;&#46;&#99;&#111;&#109;</a> to ask the license correction. But no response. Please reply as soon as possible. Thanks.]]></description>
            <dc:creator>linalong</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 12 Apr 2010 17:10:14 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1110,1110#msg-1110</guid>
            <title>Do we lose data during backup/restore with innodb? (3 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1110,1110#msg-1110</link>
            <description><![CDATA[ Hi<br />
<br />
While taking a backup, we have data in the log files which is not written into the data file. During backup it creates ibbackup_logfile to log events during backup. But what happens to the data in the ib_logfile* during backup?<br />
<br />
When we restore this data we apply only ibbackup_logfile which has events during backup. So are we losing data that was there in the log files while backup was taken?<br />
<br />
Please explain. You can do a favor by explaining the entire backup/restore process, how the data flows and how it is preserved, if it is.<br />
<br />
Thanks &amp; Regards<br />
Shridhar]]></description>
            <dc:creator>shridharperka</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Wed, 03 Mar 2010 13:57:26 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1108,1108#msg-1108</guid>
            <title>ibbackup: Error: file /var/lib/mysql/ibdata1 size is 1052688 pages, but in my.cnf was 1052672 pages (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,1108,1108#msg-1108</link>
            <description><![CDATA[ Hello,<br />
I am using the evaluation version (3.00) of ibbackup. I had the following problem with my database, the ibdata1 file went over the limit imposed by the OS. Mandriva Linux 2007 apparently has a default ext3 file size limit of 16Gb, which I never knew.<br />
<br />
The size of my ibdata1 is now 17247252480. I had to create a second ibdata file and made the following change to my.cnf:<br />
innodb_data_file_path = ibdata1:16448M;ibdata2:200M:autoextend<br />
<br />
The database is now running ok and inserts are not failing any more.<br />
<br />
I am trying to run ibbackup with the same innodb_data_file_path as listed above, but I get the following error:<br />
<br />
ibbackup: Error: file /var/lib/mysql/ibdata1 size is 1052688 pages, but in my.cnf was 1052672 pages<br />
<br />
I am stuck. All my calculations bring me back to 16448M as the size of ibdata1. How can I fix this?<br />
<br />
Thanks in advance for your help.]]></description>
            <dc:creator>rsank</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Tue, 16 Feb 2010 08:58:34 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1038,1038#msg-1038</guid>
            <title>version check fails with Perl 5.10 (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,1038,1038#msg-1038</link>
            <description><![CDATA[ With Perl 5.10, the following is reported:<br />
<br />
Version string '♣' contains invalid data; ignoring: '♣' at innobackup-1.5.2 line 1273.<br />
<br />
Line 1273 is:<br />
<br />
if ($^V lt $perl_version) {<br />
<br />
The reason is the change in Perl 5.10 that treats $^V as a version object instead of as a v-string.<br />
<br />
The 22 lines of version checking can be replaced with just one line:<br />
<br />
require $required_perl_version_old_style;]]></description>
            <dc:creator>snoyes</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Thu, 04 Feb 2010 15:30:07 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,1019,1019#msg-1019</guid>
            <title>error while loading shared libraries: libz.so.1 (4 replies)</title>
            <link>http://forums.innodb.com/read.php?6,1019,1019#msg-1019</link>
            <description><![CDATA[ error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory<br />
<br />
I just purchase innodbbackup but when run face this problem<br />
<br />
ANyone face this before?]]></description>
            <dc:creator>soonyu</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 01 Feb 2010 09:25:03 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,938,938#msg-938</guid>
            <title>cannot download the evaluation copy of InnoDB Hot Backup (7 replies)</title>
            <link>http://forums.innodb.com/read.php?6,938,938#msg-938</link>
            <description><![CDATA[ I got the email for downloading the evaluation copy of InnoDB Hot Backup, upon downloading, just get a 436KB &quot;ibbackupA17787&quot; file!? Any suggestion.]]></description>
            <dc:creator>lolworld</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Thu, 17 Dec 2009 09:52:14 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,930,930#msg-930</guid>
            <title>installing innodb hot backup on restore server (no replies)</title>
            <link>http://forums.innodb.com/read.php?6,930,930#msg-930</link>
            <description><![CDATA[ I have a production box I have innodb hot backup installed on and I have made a backup and copy the compressed backup over to a server I want to restore it on and try to run --apply-log, but innodb did not seem to install properly. I know when intalled innodb hot backup is tied to the server name. What binary do I get to run on a server where I just want to apply logs? After I apply logs do I just copy these files to the appropriate folder or do I type restore?]]></description>
            <dc:creator>gunderjj</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Mon, 16 Nov 2009 22:31:51 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,910,910#msg-910</guid>
            <title>innodb hotbackup leaves /var/tmp file (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,910,910#msg-910</link>
            <description><![CDATA[ I have hotbackup running on a solaris 8 server every hour.  The hotbackup version is older, 3.0-beta.  I have a script that mounts an nfs or ufs drive for the output of the backup.<br />
<br />
I noticed in /var/tmp 4 identical files with every backup <br />
<br />
<b>aaaxwaqvp</b> is mysql  Ver 14.12 Distrib 5.0.22, for sun-solaris2.8 (sparc) using  EditLine wrapper<br />
The other file is the END-USER LICENSE AGREEMENT.  <br />
<br />
-rw-r--r--   1 root     other         84 Nov  3 10:00 <b>aaaxwaqvp</b><br />
-rw-r--r--   1 root     other          0 Nov  3 10:00 baaywaqvp<br />
-rw-r--r--   1 root     other       7524 Nov  3 10:00 caazwaqvp<br />
-rw-r--r--   1 root     other          0 Nov  3 10:00 daaAwaqvp<br />
<br />
Is there something that I can do to have the program automatically delete these files after the backup is done?<br />
<br />
Thank you<br />
Christine]]></description>
            <dc:creator>csross</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Fri, 06 Nov 2009 00:57:12 +0200</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,896,896#msg-896</guid>
            <title>Resotring on another host (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,896,896#msg-896</link>
            <description><![CDATA[ Hello,<br />
I am trying to copy an innodb db from source db server to target db server in order to setup target db as a replication slave. <br />
<br />
On the source, I have created innodb backups using ibbackup my.cnf backup.cnf. I then ran ibbackup --apply-log backup.cnf on the source. After that I copied the database files over to the destination, followed by the frm files. When I start the destination server, I am getting an error [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. Not sure on how to fix this issue? I have innodb enabled on the destination.<br />
<br />
Thanks.]]></description>
            <dc:creator>groc</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Thu, 22 Oct 2009 11:23:33 +0300</pubDate>
        </item>
        <item>
            <guid>http://forums.innodb.com/read.php?6,874,874#msg-874</guid>
            <title>InnoDB Hot Backup Problem (1 reply)</title>
            <link>http://forums.innodb.com/read.php?6,874,874#msg-874</link>
            <description><![CDATA[ We have a client we are using InnoDB Hot Backup on. <br />
<br />
Customer has no MyISAM tables. <br />
Database being backed up is running on a read only slave (the only writes come in on the replication setup) <br />
Read load is not inconsiderable, but is manageable. <br />
Tables range from a few MB to over 100GB, approx 225GB total<br />
innodb log files are 2x1.5GB<br />
<br />
We can get a clean backup for a couple of days, then the backup fails with the following error. <br />
<br />
091014  9:13:44  ibbackup: Switching to log file 0, lsn 3825 195144704<br />
ibbackup: Error: log scan was only able to reach to 3825 1970383872,<br />
ibbackup: but a checkpoint was at 3825 2870678389<br />
ibbackup: This means that the database server has overwritten<br />
ibbackup: a part of the circular InnoDB log files before ibbackup<br />
ibbackup: was able to read it.<br />
ibbackup: To solve this problem either<br />
ibbackup: 1) re-run the backup when the database has less load, or<br />
ibbackup: 2) re-configure the database with bigger InnoDB log files.<br />
innobackup: Error: ibbackup child process has died at /usr/local/bin/innobackup.pl line 357.<br />
Problems running InnoDB Hot Backup.  See /var/log/mysql_innobackup.log for details.<br />
<br />
<br />
Restarting MySQL seems to clear up the problem for a couple more days (not verified, only done this once. We are not able to restart mysql without coordinating with our customer for obvious reasons.) <br />
<br />
Backup fails anywhere from 2 to 10 hours after starting. When it succeeds, it does so within about 5 hours. <br />
<br />
<br />
We are supposing that there is some query in the log that is taking a long time to process, and is clogging up the backup, but don't know for sure. <br />
<br />
<br />
Are there any steps we can take to get some more verbose errors from InnoDB Hot Backup?]]></description>
            <dc:creator>Bluebox</dc:creator>
            <category>InnoDB Hot Backup</category>
            <pubDate>Tue, 20 Oct 2009 09:18:49 +0300</pubDate>
        </item>
    </channel>
</rss>
