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
feita há 5 meses230 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 5 meses

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