Update to latest available parameters
johncblandii opened this issue · 0 comments
johncblandii commented
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
I noticed there are missing parameters available to consumers. One was the major upgrade version param. There may be others.
Error: Failed to modify RDS Cluster (sharedpostgres): InvalidParameterCombination: The AllowMajorVersionUpgrade flag must be present when upgrading to a new major version.
status code: 400, request id: 3bfeabd4-6459-4cc3-a789-5e5e2663ac95
Expected Behavior
- All configurable vars available to consumers
Use Case
- Upgrading from version Postgres 10 to 11
Describe Ideal Solution
- Upgrade worked and I could control it within my project
Alternatives Considered
- Destroyed the whole cluster then recreated it
Additional Context
...