How to Use Percona XtraBackup for MySQL Hot Backups on RHEL 9
Percona XtraBackup is the industry-standard open-source tool for online, non-blocking hot backups of MySQL and MariaDB InnoDB databases. Unlike mysqldump, which produces a logical SQL dump and requires more time for large databases, XtraBackup performs a physical backup — copying InnoDB data files directly while MySQL is running, without acquiring table locks that would block […]