Comments - Do you use any hot backup software on MariaDB? Do you know any for Slackware 14.2?

5 years, 4 months ago Cesar Murilo Silva Jr.

I've tried with a version of XtraBackups 2.1.5, which is in SlackBuilds. But when you run the command below:

shell> innobackupex --include=’^zabbix’ /home/cesarmsj/backups/ --user=root --password=password

The error occurs:

sh: xtrabackup_56: command not found innobackupex: Error: no ‘mysqld’ group in MySQL options at /usr/bin/innobackupex line 4247

Newer versions of XtraBackups will still be seeing how to compile.

 
5 years, 4 months ago Cesar Murilo Silva Jr.

Also, when executing the command:

shell> innobackupex --user=root --database=’<nome do banco>’ --tables=<database>.* --password=<password> --no-lock --parallel=1 /dir/backup

I saw the error:

readline() on closed filehandle $fh at /usr/bin/innobackupex line 4419

 
5 years, 3 months ago Cesar Murilo Silva Jr.

I was able to solve these Percona Xtrabackups problems by installing version 2.3.9.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.