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
已提問 5 個月前檢視次數 230 次
1 個回答
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
專家
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南