Skip to content

v1.3.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Jul 15:04
c8eceb3

🚀 Enhancements

Fix: Upgrading DB version fails with InvalidParameterCombination for instance parameter group @addavid (#151)

what

  • Pass a value to db_instance_parameter_group_name argument when allow_major_version_upgrade is true.

why

  • When absent, the upgrade process would fail with InvalidParameterCombination exception thrown from AWS provider.

references