aurora serverless as source and destination for DMS

0

My organisation recently acquired a different org and I am trying to migrate their aurora serverless db to its my accounts. The acquired company's customers will take a while to migrate their connections to the new DB, and therefore for a period of time, both the DBs should be operational, and in sync.Although Aurora serverless is supported as source for DMS, it doesnt allow CDC. For ongoing replication, It is required to change the values of binlog_format parameter for source database. Although, Aurora serverless allows changing value for this parameter but it has no impact in actual. Only a few parameters are supported for change which are listed here. Is there a workaround to approach this?

AWS
MODERATORE
posta 4 anni fa3097 visualizzazioni
2 Risposte
0
Risposta accettata

As called out in the documentation, here, Aurora MySQL Serverless does not support binlogs.

Not much you can do here, other than pausing all writes to the source (take a downtime), and migrate entire DB in a single shot. Then switch apps to the destination endpoint.

AWS
con risposta 4 anni fa
0

As per this doc [https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html] you can see that DMS supports Amazon Aurora PostgreSQL—Serverless V1 as a source for Full load only. But you can use Amazon Aurora PostgreSQL—Serverless V2 as a source for Full load, Full load + CDC, and CDC only tasks. Please check if the source is V1 or V2

Neeraj
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande