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
質問済み 1ヶ月前249ビュー
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
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ