RDS Engine Upgrade Failure – Parameter Group Family Mismatch

0

We initially created an RDS instance using a template in the AWS Service Catalog with engine version 16. During the upgrade process to engine version 17 in our production environment, the upgrade failed, and the rollback was unsuccessful as well.
Currently, in the AWS Management Console, the RDS instance displays engine version 17, but the associated parameter group family remains at version 16, making it unusable for this instance.
Could you provide guidance on how to resolve this issue and properly align the parameter group family with the upgraded engine version?
please consider that the parameter group has been build via the template during the creation of RDS at first place

asked 24 days ago48 views
1 Answer
1

Hello Atefeh,

It sounds like you're dealing with a mismatch between your RDS engine version and parameter group family after an unsuccessful upgrade attempt. This is a common issue when upgrading database engines, especially when the parameter group was created via a template. Try the following via the AWS Console to see if we can get you back up and running quickly:

Solution Steps

  1. Create a new parameter group matching the upgraded engine version:

  2. Configure the new parameter group with your custom settings:

    • You'll need to copy any custom parameters from your original parameter group to the new one
    • You can view your current parameter group settings and replicate them
  3. Modify your RDS instance to use the new parameter group:

    • Select your RDS instance in the console
    • Click "Modify"
    • Under "Additional configuration", find "Database options"
    • Select your newly created parameter group from the dropdown
    • Choose an appropriate apply method (immediately or during maintenance window)
    • Click "Continue" and confirm the changes
  4. Reboot the instance if necessary:

    • Some parameter changes require a reboot to take effect
    • Monitor the instance after modification to ensure it's functioning correctly

Let us know if this realigns the parameter group with the upgraded engine version.

AWS
answered 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions