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?

2개 답변
0
수락된 답변

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
답변함 4년 전
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인