I have prod aws Aurora DB and I want to replicate changes to test mysql DB (schema is same - Aurora is based on mysql) I am using aws DMS for this.
When performing full replication for certain tables the replication works fine, When I want to perform replicate-changes-only, the replication fails. I've set binlog_checksum=NONE and binlog_format=ROW in the parameter group.
The error I am receiving while running is: Last Error The task stopped abnormally Stop Reason RECOVERABLE_ERROR Error Level RECOVERABLE Last Error Task 'task-id' was suspended due to 6 successive unexpected failures Stop Reason FATAL_ERROR Error Level FATAL
Loading a snapshot to the test db isn't an option. I just want to replicate the changes between specific tables.
Thanks in advance.