Update install-mysqlbu.sh

This commit is contained in:
2019-01-05 14:13:39 -06:00
parent cc69ec41dc
commit c69eb91c96

View File

@@ -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