Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-performance.html
Apply-log Operation There is always a performance tradeoff between doing the apply-log phase immediately after the initial backup (makes restore faster), or postponing it until right before the restore (makes backup faster). Either combine the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
In addition, mysqlbackup also runs an initial check at the beginning of a replica backup to see if Replica_open_temp_tables=0 becomes true within the duration set by --safe-replica-backup-timeout. In addition, mysqlbackup also runs an initial check ... These options are for backing up database servers that play specific roles in replication, or contain certain kinds of data that require special care in backing ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
F .frm file A file containing the metadata, such as the table definition, of a MySQL table. The initial copying of the InnoDB data files produces a raw backup. A cold backup is the opposite of an online operation; by definition, the database server ... These terms are commonly used in information about the MySQL Enterprise Backup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.incremental.html
The steps above assume that the connection session that initiated the DO innodb_redo_log_consumer_register(); UDF is kept open in between the base backup or the last incremental backup and the latest redo-log-only incremental backup. In order to ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can, in principle, be restored on a Windows machine, and vice versa. However, because Identifier Case ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
If the added nodes are started with start process --initial instead, you are then required to run CREATE NODEGROUP manually via the ndb_mgm client. Any hosts referenced in the list must be members of the site to which the cluster belongs. You are ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restart-cluster.html
Currently, there is no mechanism in MySQL Cluster Manager for performing system initial restarts of a cluster. This means that attributes that require an initial restart to be changed must be set before the cluster is started for the first time.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-simple-complete.html
To perform a complete restore of a MySQL NDB Cluster from a backup with a given ID, follow the steps listed here: Identify the backup to be used. In this example, we use the backup having the ID 4, that was created for mycluster previously in this ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
Once you have completed the previous steps, including necessary or desired initial configuration, you are ready to start the cluster. In this section, we discuss the procedure for using MySQL Cluster Manager to create and start a new MySQL NDB ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
Once this is done, we modify the target cluster's configuration until it matches that of the wild cluster that we want to import. At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform ...