Search Results
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
(Bug #37462058, Bug #37731216) Replication: The asynchronous_connection_failover_delete_source() function did not always perform as expected in all cases. (Bug #36479088) Replication: In some cases, the asynchronous_connection_failover_add_source() ...(Bug #37570206) Audit Log Notes <COMMAND_CLASS> was not populated for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.point.html
You can restore your database server to its state at an arbitrary time using the binary log files included in the backups. The process assumes that following conditions are met: The backed-up MySQL Server has had its binary logging enabled (which ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.source.html
To fix a corruption problem in a replication source database, you can restore the backup, taking care not to propagate unnecessary SQL operations to the replica servers: Shut down the source database and then use, for example, the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-cloud-options.html
--cloud-ca-info=PATH Absolute path to the CA bundle file for host authentication for SSL connections. These options are for using cloud storage for single-file operations. See Section 4.3.1.3, “Backing Up to Cloud Storage”, and Section 5.2, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands.html
For example, the backup command typically requires connection information to the database server. Only one of them can be specified for each mysqlbackup invocation, and, unlike the command options, the name of a command is not preceded by any dashes. Each of these commands has its own set of required or allowed command ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
Default: with-minimum-locking To use the --use-tts option, extra privileges are required of the user through which mysqlbackup connects to the server; see Section 4.1.2, “Grant MySQL Privileges to Backup Administrator” for details. To select ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-performance.html
For example, mysqlbackup retrieves information about database server parameters through the database server connection, but not table or index data. This section describes the performance considerations for backing up a database with MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-report-options.html
This requires a connection to the MySQL server, and therefore, only works when backing up a running MySQL instance. There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and --progress-interval: ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.backup.html
The files are part of the server instance when SSL connections are enabled. Please refer to the MySQL Enterprise Backup 8.4 Release Notes for a list of fixed bugs for mysqlbackup. Here is a list of limitations of MySQL Enterprise Backup: In some ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-streaming.html
To limit the storage overhead on the database server, you can transfer the backup data to a different server without ever storing it locally. To send the single-file backup to standard output, use the mysqlbackup command backup-to-image without ...