Created
March 31, 2018 09:03
-
-
Save jamesBan/e1b13fe33dab33d9e72b18641f33e18e to your computer and use it in GitHub Desktop.
debian 安装xbackup
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_0.1-4.$(lsb_release -sc)_all.deb | |
| sudo dpkg -i percona-release_0.1-4.$(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