A hot standby tool dedicated to InnoDB and XtraBackup. It is a C language program dedicated to backing up InnoDB and XtraDB engine objects.
A hot standby tool dedicated to InnoDB and XtraBackup. It is a C language program dedicated to backing up InnoDB and XtraDB engine objects.
XtraBackup online backup:
[Root @ mysql1/] # rpm-ivh
As a hotbackup tool of innodb, xtrabackup is developed by percona and widely deployed in mysql due to open source, hot backup, and physical backup.
As a hotbackup tool of innodb, xtrabackup is developed by percona and widely deployed in mysql due to open source, hot backup, and physical backup.
Xtrabackup has two main tools: Xtrabackup, Innobackupex
(1) Xtrabackup can only back up InnoDB and xtradb two types of data tables, not backup MyISAM datasheet
(2) innobackupex-1.5.1 encapsulates the Xtrabackup, is a script encapsulation, so it can back up the processing InnoDB and MyISAM at the same time, but need t
) backups, and so on, by replicating data files, copying log files, and committing logs to data files (roll forward) to achieve a variety of composite backup methods. Xtrabackup There are two main tools: Xtrabackup , Innobackupex1,Xtrabackupcan only be backed upInnoDBand theXtraDBtwo kinds of data sheets, but not backupMyISAMData Sheet2 ,innobackupex-1.5.1it encapsulates theXtrabackupis a script wrapper, so
Percona-xtrbackup for multiple instances (), perconaserver
Background
Percona-xtrabackup is a backup tool developed by percona. It mainly has two tools: xtrabackup and innobackupex. Innobackupex encapsulates xtrabackup and is a p
Tags: xtrabackup innobackupexXtrabackup IntroductionXtrabackup is a innodb to do data backup tools, Support Online hot backup (backup without affecting the data read and write), is a commercial backup tool InnoDB hotbackup a good alternative.Xtrabackup has two main tools: Xtrabackup, Innobackupex(1) Xtrabackup can only back up InnoDB and xtradb two data tables, b
1, download
The code is as follows
Copy Code
Wgethttp://www.percona.com/redir/downloads/XtraBackup/LATEST/binary/redhat/6/x86_64/ percona-xtrabackup-2.2.3-4982.el6.x86_64.rpm
2, installation
The code is as follows
Copy Code
RPM-IVH percona-
Use the earlier version of Xtrabackup to restore the full backup file created by the later version of Xtrabackup.Recently, we want to restore the data of multiple MySQL servers backed up by xtrabackup to another MySQL Server and start multiple instances using different ports as the review environment. Several database instances fail to be started when the utility executes auto-Restore. Check the error log i
Use Case of MySQL quick backup tool XtraBackup in production environment
There are many ways to back up MySQL. The most common method is MySQLdump. Export the database to an SQL file. When restoring, source db. SQL is executed happily. Our friends happily put on a shell script with cron, and happily watched the generation of backup files every day, feeling safe. What if a MySQL instance exceeds 10 Gb? Believe me, it may take several hours to export da
after the backup is restored. Based on this information, you can easily use the backup to redo slave. Xtrabackup: Select the appropriate version. Here, select binary. Extract To the/usr/src/directory, unzip the directory name percona-xtrabackup-2.1.3, enter the bin directory, you can directly use the innobackupex command# Pwd/Usr/src/
Use XtraBackup for MySQL master-slave replication without locking tables
Xtrabackup is an open-source project of percona to implement the innodb Hot Backup function similar to InnoDB's official Hot Backup tool. It can quickly back up and restore MySQL databases. Xtrabackup contains two tools:
XtraBackup enables MySQL to redo master-slave replication without stopping services
You can use mysqldump to implement MySQL master-slave synchronization without stopping services, but this efficiency is relatively low. XtraBackup is used to achieve this, which is more efficient!
Xtrabackup installation:Yum-y install perl-devel libaio-devel perl-Time-HiRes perl-D
MySQL uses XtraBackup to summarize detailed Incremental Backup processes
MySQL uses XtraBackup to summarize detailed Incremental Backup processes
For Xtrabackup download, installation, and full backup, see:
MySQL management-using XtraBackup for Hot Backup
MySQL open-source backup tool
How to build a Percona XtraDB Cluster and perconaxtradb
I. Environment preparation
Host IP host name operating system version PXC
192.168.244.146 node1 CentOS7.1 Percona-XtraDB-Cluster-56-5.6.30
192.168.244.147 node2 CentOS7.1 Percona-XtraDB-Cluster-56-5.6.30
192.168.244.148 node3 CentOS7.1 Percona-XtraDB-Cluster-56-5.
Mysql backup method1. mysqldumpLow Efficiency, slow backup and restoration, and any data insertion and update operations will be suspended2. mysqlhotcopyMysqlhotcopy is used to back up the myisam data table. During the backup process, any data insertion and update operations will be suspended.3. Prepare a slave server for dedicated backup (master-slave mode)4. xtrabackup is an open-source project of percona
Label:Introduction Xtrabackup is a MySQL database backup tool provided by Percona, officially described, which is the world's only one by one open source tools that enable hot provisioning of InnoDB and XTRADB databases. Characteristics:(1) The backup process is fast and reliable;(2) The backup process does not interrupt the executing transaction;(3) Can save disk space and traffic based on functions such a
Introduction to xtrabackup bitsCN.com
Mysql backup method 1. mysqldumpLow efficiency, slow backup and restoration, and any data insertion and update operations will be suspended 2. mysqlhotcopyMysqlhotcopy is used to back up the myisam data table. during the backup process, any data insertion and update operations will be suspended. 3. prepare a slave server for dedicated backup (master-slave mode) 4. xtrabackup
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.