forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
3.1 KiB
3.1 KiB
Checking Whether the Binlog Retention Period Is Set on the Source Database
MySQL Migration
Check Item |
Whether the binlog retention period is set on the source database |
---|---|
Description |
Checking whether the binlog retention period is set on the source database. You are advised to store the source database binlog for a longer time, if the storage space is sufficient. |
Failure Cause and Handling Suggestion |
Failure cause: The binlog retention period is not set on the source database. Handling suggestion: Log in to the source database and run the following SQL statement to set the retention period of binlog: call mysql.rds_set_configuration('binlog retention hours', n); The value n indicates an integer from 1 to 168. |
Parent topic: Database Parameters