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
posta 2 mesi fa250 visualizzazioni
1 Risposta
1
Risposta accettata

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
con risposta un mese 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