xtrabackup_56
Open source backup tool for InnoDB and XtraDB
Install
- All systems
-
curl cmd.cat/xtrabackup_56.sh
- Debian
-
apt-get install percona-xtrabackup
- Ubuntu
-
apt-get install percona-xtrabackup
- Fedora
-
dnf install percona-xtrabackup
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install percona-xtrabackup
- OS X
-
brew install percona-xtrabackup
- Raspbian
-
apt-get install percona-xtrabackup
- Dockerfile
- dockerfile.run/xtrabackup_56
percona-xtrabackup
Open source backup tool for InnoDB and XtraDB
Percona XtraBackup is an open-source hot backup utility for MySQL that doesn't lock your database during the backup. It can back up data from InnoDB, XtraDB and MyISAM tables on MySQL/Percona Server 5.1 and 5.5 servers, and has many advanced features.
percona-xtrabackup-dbg
Debug symbols for Percona XtraBackup
Debug symbols for the binaries in percona-xtrabackup. Install this package if you need to run any of those with gdb.