Tag

Percona XtraBackup

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 22, 2024 · Databases

Performance Comparison of Local, Remote, and Percona XtraBackup 8.0 Backup Methods for MySQL

This article evaluates MySQL backup strategies using Percona XtraBackup, comparing local, remote, and streaming modes in terms of backup duration, primary server load impact, and backup file size, and provides practical recommendations based on detailed test results.

BackupMySQLPercona XtraBackup
0 likes · 17 min read
Performance Comparison of Local, Remote, and Percona XtraBackup 8.0 Backup Methods for MySQL
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 13, 2023 · Databases

MySQL Backup and Recovery Best Practices

This article explains why MySQL backups are essential, defines RTO and RPO, compares physical and logical backup methods, describes snapshot, binary‑log, incremental and differential strategies, and provides best‑practice recommendations and example commands for reliable backup and recovery.

BackupDatabaseMySQL
0 likes · 13 min read
MySQL Backup and Recovery Best Practices
php中文网 Courses
php中文网 Courses
Sep 26, 2023 · Databases

Best Practices for MySQL Backup: Strategy, Tools, Automation, and Recovery

This guide outlines a comprehensive MySQL backup solution, covering backup strategy planning, choosing physical versus logical backups, using tools like mysqldump and Percona XtraBackup, automating backups with scripts and cron, storage and retention considerations, and regular recovery testing to ensure data integrity.

AutomationBackupDatabase
0 likes · 5 min read
Best Practices for MySQL Backup: Strategy, Tools, Automation, and Recovery
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 31, 2023 · Databases

Percona XtraBackup 8.0.33-28 Accelerates Backup Preparation by Up to 20×

This article explains how Percona XtraBackup 8.0.33-28 introduces a new design that reduces the time required for the backup‑prepare phase, lowers memory and I/O usage, and speeds up SST when adding new nodes to a Percona XtraDB Cluster, with detailed performance benchmarks and code examples.

BackupInnoDBMySQL
0 likes · 9 min read
Percona XtraBackup 8.0.33-28 Accelerates Backup Preparation by Up to 20×
Laravel Tech Community
Laravel Tech Community
Jun 7, 2023 · Databases

MySQL Logical vs Physical Backup and Percona XtraBackup Installation, Configuration, and Backup/Restore Procedures

This article explains the differences between MySQL logical and physical backups, introduces Percona XtraBackup, provides step‑by‑step installation commands, details common parameters, and demonstrates full and incremental backup and recovery workflows with practical code examples.

BackupDatabase AdministrationIncremental backup
0 likes · 13 min read
MySQL Logical vs Physical Backup and Percona XtraBackup Installation, Configuration, and Backup/Restore Procedures
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 19, 2022 · Databases

Compiling and Installing Percona XtraBackup 8.0 on Aarch64 (Kylin v10)

This guide explains how to prepare the environment, install required dependencies and a newer GCC toolset, and then compile, build, and install Percona XtraBackup 8.0 from source on an Aarch64 Kylin v10 system, including troubleshooting tips for common issues.

Aarch64CompilationLinux
0 likes · 9 min read
Compiling and Installing Percona XtraBackup 8.0 on Aarch64 (Kylin v10)
Aikesheng Open Source Community
Aikesheng Open Source Community
May 6, 2022 · Databases

Analysis of MySQL Backup Blocking Issues and Optimization Strategies

The article investigates a production MySQL outage caused by FLUSH NO_WRITE_TO_BINLOG TABLES blocking during backups, presents three experimental scenarios to identify the root cause, and offers practical recommendations such as setting query timeouts, adding indexes, and using Percona XtraBackup options to avoid backup stalls.

BackupDatabase OptimizationFLUSH TABLES
0 likes · 19 min read
Analysis of MySQL Backup Blocking Issues and Optimization Strategies
Qunar Tech Salon
Qunar Tech Salon
Jan 5, 2022 · Databases

Understanding MySQL Backup Tools and the Percona XtraBackup Backup Process

This article explains the importance of MySQL backups, compares common logical and physical backup tools such as mysqldump, Mydumper and Percona XtraBackup, details XtraBackup's step‑by‑step workflow, lock handling options, and provides practical Q&A for reliable database backup strategies.

BackupInnoDBMySQL
0 likes · 18 min read
Understanding MySQL Backup Tools and the Percona XtraBackup Backup Process
Practical DevOps Architecture
Practical DevOps Architecture
Dec 24, 2020 · Databases

Installing Percona XtraBackup and Performing Full and Incremental Backups on CentOS

This guide walks through downloading and installing Percona XtraBackup on a CentOS server, then demonstrates how to create full backups, remove timestamps, inspect backup contents, and execute incremental backups with detailed command examples and explanations.

CentOSDatabaseIncremental backup
0 likes · 5 min read
Installing Percona XtraBackup and Performing Full and Incremental Backups on CentOS
Qunar Tech Salon
Qunar Tech Salon
Dec 7, 2016 · Databases

Qunar Database Backup and Recovery Platform: Design, Implementation, and Lessons Learned

This article details Qunar's comprehensive MySQL backup and recovery platform, covering high‑availability concepts, backup types, tool selection, multi‑channel architecture, storage solutions, automation, and operational lessons for scaling DBA operations across large‑scale deployments.

BackupDBAHigh Availability
0 likes · 15 min read
Qunar Database Backup and Recovery Platform: Design, Implementation, and Lessons Learned
Architect
Architect
Mar 19, 2016 · Databases

Understanding Percona XtraBackup (PXB) Architecture and Backup Process

This article explains the components, communication mechanisms, full and incremental backup procedures, and restoration steps of Percona XtraBackup (PXB), detailing how the innobackupex script and xtrabackup binary cooperate to perform hot physical backups of MySQL/InnoDB databases.

BackupInnoDBMySQL
0 likes · 10 min read
Understanding Percona XtraBackup (PXB) Architecture and Backup Process