Saltar al contenido

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

preguntada hace un año274 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.