What is “percona-xtrabackup” Package?
Open source hot backup tool for InnoDB and XtraDB databases
For more details: https://www.percona.com/software/mysql-database/percona-xtrabackup
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install percona-xtrabackup.
brew install percona-xtrabackup
Now, use percona-xtrabackup!
Leave a Reply
You must be logged in to post a comment.