Change RDS read replica parameter group without affecting main

0

Hi,

is it possible to change the parameter group associated to a MySQL read replica without affecting the main rds? I've got the main rds using the default parameter group for mysql 8.0, and a read-replica with that same parameter group. I need to change some values in that parameter group but cannot afford downtime on the main. I've seen that when modifying the read replica, the aws console allows me to change the parameter group, but I wonder whether that changes is also applied to the main or not.

Thanks for the info!

Pascual
posta 5 mesi fa230 visualizzazioni
1 Risposta
1

You will need to create a separate parameter group and apply to your read replica. This way you keep them separate.

If you make a change to a shared parameter group then both/all instances will inherit the same settings.

If you check the documentation you will be able to review which parameters apply instantly without reboot too.

profile picture
ESPERTO
con risposta 5 mesi 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