We recently installed CentOS 6.5 (minimum install) on a new VM. The only purpose of this machine is to run backups of a remote MySQL server.
After installing the OS, we installed Xtrabackup following the instructions in the Percona 2.2 Documentation. We did the Automatic Installation on the bottom of page 8.
We confirmed that the installation was successful by running “yum list | grep percona”
Next we rebooted the server
So now we have a new CentOS installation with Percona Xtrabackup installed.
When I type innobackupex or xtrabackup I get the following error message:
command not found
Any ideas what is wrong?