From c69eb91c96f8b4f4683c4227d2dc17ae192bd5a2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 14:13:39 -0600 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index b270aec..6bb2286 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -26,7 +26,7 @@ wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all. do_with_root dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb do_with_root percona-release enable-only tools release do_with_root $APTFUNC update -do_with_root $APTFUNC -y install wget curl git xtrabackup +do_with_root $APTFUNC -y install wget curl git percona-xtrabackup-24 do_with_root set -eu do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/mysqlbu