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?

feita há 2 anos222 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas