Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica-backup-restore.html
To avoid the issue, after the hot backup phase of a replica backup in which mysqlbackup copies all the InnoDB tables, it enters into a loop, in which the following happens: mysqlbackup waits until all temporary tables have been closed by the ... To ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica.html
MySQL Enterprise Backup allows you to set up a replica server (referred to as the “replica” below) by backing up the source server (referred to as the “source” below) and restoring the backup on a new replica, without having to stop the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encryption-options.html
--encrypt Encrypt the data when creating a backup image by a backup-to-image operation, or when packing a backup directory into a single file with the backup-dir-to-image command. These options are for creating encrypted single-file backups and for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
By using fully-qualified table names, a table can be restored into a database different from its original one. To select specific data to be backed up or restored, use the partial backup and restore options described in this section. For an ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-gather.html
In general, this directory has to be empty for mysqlbackup to write data into it. Before backing up a particular database server for the first time, gather some information and use it to make some planning decisions, as outlined in the following ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
In case the argument for --src-entry matches multiple files or folders, they are all extracted into a folder whose pathname, relative to the destination folder, is given by the argument of --dst-entry (unless the argument specifies an absolute path). You use them in combination with the mysqlbackup commands backup-to-image, image-to-backup-dir, backup-dir-to-image, copy-back-and-apply-log, list-image, and extract (not all of the options are applicable to all these commands ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
All non-InnoDB tables are locked before suspending, putting them into a read-only state, unless you turn off locking with the --no-locking. These options are for backing up database servers that play specific roles in replication, or contain ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/config-file-parameters.html
You can put common connection parameters used for restore operations (for example, user login, host name, etc.) into the configuration file. You can specify mysqlbackup options either on the command line or as configuration parameters inside a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-process.html
In general, this is what happens when you run a backup operation with mysqlbackup: The InnoDB data files, redo log, binary log, and relay log files (except for the log files currently in use) are being copied into the backup, while the database ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-faq.html
Those tables are split off from the system tablespaces into separate .ibd files; the tables can then be individually included or excluded from backups, and disk space is freed when the tables are dropped or truncated. This section lists some common ...