Open-source hot backup utility for MySQL-based servers that performs backups without locking databases.
Percona XtraBackup is an open-source hot backup utility for MySQL-based servers that performs non-locking backups without disrupting database performance in production environments. It supports backing up data from various storage engines including InnoDB, XtraDB, MyISAM, and MyRocks across different MySQL server versions.
Database administrators and DevOps engineers managing MySQL, Percona Server for MySQL, or Percona XtraDB Cluster in production environments requiring reliable, non-disruptive backups.
Developers choose Percona XtraBackup because it provides enterprise-grade backup capabilities for MySQL databases without locking tables or disrupting server performance, with commercial support available through Percona contracts.
Open source hot backup tool for InnoDB and XtraDB databases
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Performs backups without locking the database, ensuring continuous operation in production environments, as highlighted in the README for 24x7 servers.
Supports backing up data from InnoDB, XtraDB, MyISAM, and MyRocks tables across MySQL 5.7 and 8.0 servers, providing flexibility for diverse storage engines.
Designed for highly loaded production servers, making it reliable for enterprise environments with minimal performance disruption.
Offers commercial support contracts through Percona, as noted in the README, ensuring enterprise-grade assistance for critical deployments.
Exclusively supports MySQL-based servers, not other database systems, which restricts its use in polyglot or heterogeneous environments.
Installation requires using the Percona repository or building from source, which can be more involved than standard package managers for some Linux distributions.
Licensed under GPLv2, which may impose copyleft requirements that are restrictive for proprietary software integration compared to permissive licenses.