Created
June 27, 2019 07:07
-
-
Save yolleksandr/53b02afb56b18181f892f4e8240c3417 to your computer and use it in GitHub Desktop.
innobackupex on debian 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb | |
sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb | |
sudo apt-get update | |
sudo apt-get install percona-xtrabackup-24 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment