Attempting to sync a source: MySQL Aurora database...
# advice-data-ingestion
g
Attempting to sync a source: MySQL Aurora database using CDC. It’s a writer & reader cluster. Whilst I’ve been able to modify the
log-bin
parameter to ON for the writer instance, it does not seem to transfer over to the reader instance - and it is read-only parameter in the reader instance. If the reader instance has
log-bin
set to OFF, then I cannot use this as a source using CDC. Any suggestions?
Binary logs are accessible only from the primary DB instance, not from the replicas.
does this mean everyone’s using the primary DB for syncing??