Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-update.html
                                 There are two types of operations to bring your backup data up-to-date: Apply-log Operation After a backup job was first completed, the backup data might not be in a consistent state, because data could have been inserted, updated, or deleted while ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-validate.html
                                 To ensure the integrity of the backup data, MySQL Enterprise Backup provides a validate command for validating a backup by the checksum values of its data pages after the backup is created or transferred to another system. mysqlbackup [STD-OPTIONS] ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-history-table-update.html
                                Rename the original mysql.backup_history table to mysql.backup_history_old, and the mysql.backup_history_new table to mysql.backup_history. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are granted ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-message-logging-options.html
                                 mysqlbackup writes important progress and error information to the stderr stream. The information is often very valuable for tracking down problems that occur during an operation. Starting from MySQL Enterprise Backup 3.9, the output to the stderr ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-metadata-options.html
                                Some metadata is stored in the backup directory, other metadata is stored in tables within the mysql database of the backed-up instance. --no-history-logging Turns off the recording of backup progress and history in logging tables inside the ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-storage.html
                                 Most mysqlbackup operations, including those on single-file backups, write data or metadata to a designated directory referred to as the “backup directory” in this manual. See the description for --backup-dir for details on its usage for ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-report-options.html
                                 There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and --progress-interval: --show-progress[={stderr|stdout|file:FILENAME|fifo:FIFONAME|table|variable}] Command-Line Format ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-table-update.html
                                Rename the original mysql.backup_progress table to mysql.backup_progress_old, and the mysql.backup_progress_new table to mysql.backup_progress. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.compatibility.html
                                 MySQL Enterprise Backup 8.4.6 supports the MySQL Server 8.4.x series for back up and restore for release 8.4.3 and later. It is incompatible with other versions of MySQL Server, for which you should use the MySQL Enterprise Backup of the same ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.corruption.html
                                170225 10:46:26 PCR1 ERROR: Page at offset 0 in D:/temp/5.7_source/test/emp2.ibd seems corrupt! A corruption problem can have different causes. Here are some suggestions for dealing with it: The problem can occur if the MySQL server is too busy.