Skip to content

0.9.0 Calculate major engine version if not provided

Compare
Choose a tag to compare
@aknysh aknysh released this 19 Jul 15:10

what

  • Calculate major engine version if not provided

why

  • major_engine_version is not a required parameter, while engine_version is, but not providing it leads to errors when creating the db_option_group
  • Use the engine_version parameter and extract the major version from it (the first two segments), if no major_engine_version parameter was provided