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?

질문됨 2년 전211회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인