I try to backup running (with no problem) MySQL instance, but percona hits error below which I can not overcome and do not understand the reason. Looks like InnoDB engine can not find it is own log…
Can some one help please? Any ideas?
Thanks
Ed
[I]innobackupex --parallel=6 --user=root --port=8091 --host=127.0.0.1 $TEMP_DEST --no-timestamp
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona LLC and/or its affiliates 2009-2013. All Rights Reserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
131107 09:37:21 innobackupex: Connecting to MySQL server with DSN ‘dbi:mysql:;mysql_read_default_group=xtrabackup;host=127.0.0.1;port=8091’ as ‘root’ (using password: NO).
131107 09:37:21 innobackupex: Connected to MySQL server
IMPORTANT: Please check that the backup run completes successfully.
At the end of a successful backup run innobackupex
prints “completed OK!”.
innobackupex: Using mysql server version 5.6.12-enterprise-commercial-advanced
innobackupex: Created backup directory /data/percona_backups/dbtuna/Thu_new
131107 09:37:21 innobackupex: Starting ibbackup with command: xtrabackup_56 --defaults-group=“mysqld” --backup --suspend-at-end --target-dir=/data/percona_backups/dbtuna/Thu_new --tmpdir=/tmp --parallel=6
innobackupex: Waiting for ibbackup (pid=15681) to suspend
innobackupex: Suspend file ‘/data/percona_backups/dbtuna/Thu_new/xtrabackup_suspended_2’
xtrabackup_56 version 2.1.5 for MySQL server 5.6.11 Linux (x86_64) (revision id: 680)
xtrabackup: uses posix_fadvise().
xtrabackup: cd to
xtrabackup: using the following InnoDB configuration:
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 = 50331648
2013-11-07 09:37:21 7fd957e1c720 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
2013-11-07 09:37:21 7fd957e1c720 InnoDB: File name ./ib_logfile0
2013-11-07 09:37:21 7fd957e1c720 InnoDB: File operation call: ‘open’ returned OS error 71.
2013-11-07 09:37:21 7fd957e1c720 InnoDB: Cannot continue operation.
innobackupex: Error: The xtrabackup child process has died at /appdynamics/percona_xtrabackup/percona-xtrabackup-2.1.5-Linux-x86_64/bin/innobackupex line 2579.[/I]