I am running debian with mysql 5.1 I am running the backup command like this : innobackupex --user=root --password=pass --stream=tar .^C| bzip2 - > ./xtra/052912backup.tar.bz2
and doing the restore command like this in the /var/lib/mysql directory: tar -xvif ./xtra/052912backup.tar.bz2 and then i permission the files with mysql.mysql user --- can you tell me what i am doing wrong ? 120603 15:07:30 InnoDB: Error: page 50 log sequence number 0 144162 InnoDB: is in the future! Current system log sequence number 0 142388. InnoDB: Your database may be corrupt or you may have copied the InnoDB InnoDB: tablespace but not the InnoDB log files. See InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html InnoDB: for more information. 120603 15:07:49 [Note] /usr/sbin/mysqld: Normal shutdown -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql