Binary Logging must be enabled for MySQL server
0
Im trying to run a CDC task using AWS DMS from our Beta DB to our Dev DB and Im getting the following error:
Binary Logging must be enabled for MySQL server; Errors in MySQL server binary logging configuration. Follow all prerequisites for 'MySQL as a source in DMS' from https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html or'MySQL as a target in DMS' from https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html ; Failed while preparing stream component 'st_0_core-beta'.; Cannot initialize subtask; Stream component 'st_0_core-beta' terminated [1020418] (replicationtask.c:2888)
I have enabled the binlog_format to set to ROW and Im using the writer cluster endpoints for both the beta and dev DB. Is there any other parameter I need to change/set please?
Topics
asked 10 days ago2 views
2 Answers
0
Accepted Answer
Great thanks. Also, I was using the reader instance and not the clusters writer, I think that was the problem.
answered 10 days ago
0
Hi, @marc-eprop
You can check other parameters from the following documents.
Other parameters such as binlog_row_image and binlog_checksum are also mentioned here.
answered 10 days ago
Relevant questions
Migrating from RDS MariaDB 10.2 to Aurora MySQL 5.6
Accepted Answerasked 3 years agoCan we configure separate binary logging (binlog) on Aurora MySQL's Read Replica instance?
Accepted AnswerMigrate MySQL 8 to Aurora MySQL 8
asked 2 months agoDo source filters speed up DMS from AWS RDS to S3?
asked 5 months agoHow to enable Logical Replication for existing Aurora PG 13 Cluster?
asked 6 months agoDMS CDC for SQL Server - Replication
Accepted AnswerMySQL binary Logging must use ROW format error
asked a year agoDMS CDC Verification
Accepted Answerasked 3 years agoBinary Logging must be enabled for MySQL server
Accepted Answerasked 10 days agoPlease teach best CDC(Change Data Capture)tool in AWS
asked a month ago