mysql - Restore snapshot with custom Parameter group -
i want restore mysql rds snapshot custom parameter group. 1 know, how can this? fist have restore snapshot new instance, edit/change security group , parameter group , restart instance. long , time taking process. on "restore db instance" page, there no option "security group", "parameter group" , "password". 1 more options should there restoring snapshot on existing instance or specific database or specific table restore?
no, there no way restore snapshot custom security groups , custom parameter group. when restore snapshot, default security group , parameter groups applied. modify
cluster apply customer security group , parameter group.
from restoring db snapshot:
when restore db instance, default db parameter , security groups applied. if need associate custom db parameter or security group db instance, must apply them explicitly using rds console's modify command,
modifydbinstance api
, orrds-modify-db-instance
command line tool, once db instance available. option group associated db snapshot associated restored db instance once created.
so, 2 step procedure.
Comments
Post a Comment