1

I have to configure the incremental backup of MySQL, for that, I am using innobackupex.

Installed percona-xtrabackup-2.3.6-1.el7.x86_64.rpm on centos7, still getting

innobackupex: command not found

1 Answers1

3

The name of the command has changed. Try using the command 'xtrabackup' . It is located in /usr/bin

Aejaz
  • 100
  • 8