Help with replication filters - RDS Mysql

0

Hello,

We are trying setup a read replica with specific usecase. For that usecase, we need to replicate the subset of database tables and not all tables. We are trying to achive this selective table replication using replication filter.

As per documentation, these parameters should be available in parameter group configuration file. But we are unable to find these parameters.

An error occurred (InvalidParameterValue) when calling the ModifyDBParameterGroup operation: Could not find parameter with name: replicate-do-table

AWS Documentation : https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_MySQL.Replication.ReadReplicas.html#USER_MySQL.Replication.ReadReplicas.ReplicationFilters.Configuring

Requesting your assistance regarding same. Thanks

Mayank
gefragt vor 7 Monaten354 Aufrufe
1 Antwort
1
Akzeptierte Antwort

Hello.

I checked the parameters from the management console, and the parameters exist.
Try changing it from the management console.
a

We also confirmed that changes can be made using the AWS CLI.
Make sure the parameter group you are specifying is for MySQL.

aws rds modify-db-parameter-group \
  --db-parameter-group-name test-mysql \
  --parameters "ParameterName=replicate-do-table,ParameterValue='mydb1.table1,mydb1.table2',ApplyMethod=immediate"
profile picture
EXPERTE
beantwortet vor 7 Monaten
profile pictureAWS
EXPERTE
überprüft vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen