-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi, I wanted to ask if this is known issue, or if there is a way to get more verbose error messages to give me a hint on what is the issue.
I am able to run innobackupex and successfully generate a backup via command line, approx thus:
innobackupex --user=root --password=SecretPassGoesHere /nfs-mount/dump-path/
however when I use xtrabackup script it throws an error, thus:
./xb-backup-incremental.sh -r /nfs-mount/dump-path/-u root -p SecretPassGoesHere
Command: mkdir -pv /nfs-mount/backuppc...20151206_1450 [ OK ]
Starting base backup. [ INFO ]
An exception occured while trying to use innobackupex.
and similarly when I look in the logfile,
[root@gpli-vsu2 xb-backup]# cd /var/log/mysql
[root@gpli-vsu2 mysql]# ls -la
total 12
drwxr-xr-x 2 root root 4096 Nov 25 14:08 .
drwxr-xr-x. 7 root root 4096 Dec 6 03:40 ..
-rw-r--r-- 1 root root 1328 Dec 6 14:50 xb-backup-incremental.log
[root@gpli-vsu2 mysql]# more xb-backup-incremental.log
...
2015-12-06T18:50:17+0000 - Executing: mkdir -pv /nfs-mount/backuppc/20151206_1450
2015-12-06T18:50:17+0000 - Command: mkdir -pv /nfs-mount/backuppc... - Status: OK
2015-12-06T18:50:17+0000 - Starting base backup. - Status: INFO
2015-12-06T18:50:17+0000 - An exception occured while trying to use innobackupex. - Status: FAILED
[root@gpli-vsu2 mysql]#
For ref:
host:
[root@srv mysql]# cat /etc/redhat-release
CentOS release 6.6 (Final)
MariaDB Version:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 45064
Server version: 10.0.16-MariaDB-log MariaDB Server
Just curious what might be the next step to debug this.
Thanks!
Tim