upgrade a database

0

Hi, I am trying to upgrade from Aurora (MySQL 5.7) 2.09 to 2.10.1.

All my databases (Master and slaves) are configured as t3. I now see that T3 databases don't support Performance insights anymore. When I try to modify my databases to remove performance insights, the option is not on my panel. How can I remove performance insights without changing my T3 instance type to upgrade to 2.10?

demandé il y a 2 ans211 vues
1 réponse
0

Hi, sorry but it's hard to say exactly what's happening without looking at the specifics (if you have an AWS support plan, I'd advise opening a support case).

But anyway, if the console is not helping, I'd try the AWS CLI next, with this command:

$ aws rds modify-db-instance --db-instance-identifier myinstancenamehere --no-enable-performance-insights --apply-immediately

As long as disabling Performance Insights is the only modification, there is no downtime to the database instance.

Hope this helps!

AWS
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions