You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
When attempting to upgrade a Postgres RDS instance from 9.5.x to 9.6.1, the stack updates the DBParameterGroup and OptionGroup, but then proceeds to fail on AWS::RDS::DBInstance with the following error:
The Parameter Group stage-classchirp-com-shortymasterdb-parametergroup-z95umv2qmwhi with DBParameterGroupFamily postgres9.5 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily postgres9.6
This is despite having the family set to postgres9.6.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When attempting to upgrade a Postgres RDS instance from 9.5.x to 9.6.1, the stack updates the DBParameterGroup and OptionGroup, but then proceeds to fail on AWS::RDS::DBInstance with the following error:
The Parameter Group stage-classchirp-com-shortymasterdb-parametergroup-z95umv2qmwhi with DBParameterGroupFamily postgres9.5 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily postgres9.6
This is despite having the family set to postgres9.6.
The text was updated successfully, but these errors were encountered: