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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.