MEB - MySQL Enterprise Backup perform as follows:
01. FLUSH ENGINE LOGS;
Flush logs of all engines to disk.
02. Copy binlog files start from beginning of backup.
03. Copy non-InnoDB files.
04. Write the meta files:
server-all.cnf
server-my.cnf
05. Rescan InnoDB tablespace files for schema changes.
06. Remove dropped InnoDB tablespace files.
07. For image backups, copy InnoDB symbolic link files - .isl to the image.
08. Stop copying InnoDB redo log.
09. Create meta/backup_variables.txt, meta/ibbackup_slave_info, meta/backup_gtid_executed.sql files.
01. FLUSH ENGINE LOGS;
Flush logs of all engines to disk.
02. Copy binlog files start from beginning of backup.
03. Copy non-InnoDB files.
04. Write the meta files:
server-all.cnf
server-my.cnf
05. Rescan InnoDB tablespace files for schema changes.
06. Remove dropped InnoDB tablespace files.
07. For image backups, copy InnoDB symbolic link files - .isl to the image.
08. Stop copying InnoDB redo log.
09. Create meta/backup_variables.txt, meta/ibbackup_slave_info, meta/backup_gtid_executed.sql files.
Comments
Post a Comment