Replication: External MySQL to Aurora MySQL - Replication filters

0

Hi, We are considering a replication setup where we would like to replicate only a few tables from an "external" MySQL instance (replication source - hosted in EC2) to Aurora MySQL (replication target). I am wondering whether Aurora MySQL supports replication options similar to --replicate-do-table and --replicate-rewrite-db MySQL options so that we could replicate only a few select tables to Aurora.

I have provided links to the documentation of the above MySQL options below:

Shan
질문됨 2달 전250회 조회
1개 답변
1
수락된 답변

Hi,

Thank you so much for asking your question.

Yes, Aurora MySQL supports replication filter using parameters below as cluster-level parameter since Aurora MySQL3. However, unfortunately, replicate-rewrite-db is not supported.

  • replicate-do-db
  • replicate-do-table
  • replicate-ignore-db
  • replicate-ignore-table
  • replicate-ignore-db
  • replicate-ignore-table
  • replicate-wild-do-table
  • replicate-wild-ignore-table

For more detail, please refer to the Aurora MySQL document.

I hope this might help.

AWS
답변함 2달 전

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

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

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