Skip to content

Instantly share code, notes, and snippets.

@bradfordpythian
Created December 15, 2016 22:06
Show Gist options
  • Save bradfordpythian/a3ecede2813c2f311d596eef58f17299 to your computer and use it in GitHub Desktop.
Save bradfordpythian/a3ecede2813c2f311d596eef58f17299 to your computer and use it in GitHub Desktop.
# https://www.percona.com/doc/percona-xtrabackup/2.3/installation/yum_repo.html
# For CentOS/RHEL/OL
if [ -f "/etc/redhat-release" ]
then
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
yum install -y libev
yum install -y http://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpm
yum list | grep xtrabackup
yum install -y percona-xtrabackup
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment