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
feita há um mês249 visualizações
1 Resposta
1
Resposta aceita

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
respondido há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas