How to upgrade AWS RDS Aurora MySQL 5.6 to 5.7

前端 未结 5 1872
借酒劲吻你
借酒劲吻你 2021-02-07 00:38

We are using AWS RDS Aurora MySQL 5.6 for our production database. AWS launched MySQL 5.7 compatible Aurora engine on 6th Feb, 2018.

I dont see any option in \"modify i

5条回答
  •  闹比i
    闹比i (楼主)
    2021-02-07 00:40

    You can now perform in-place upgrade from Aurora MyQSL from 5.6 to 5.7

    Only a matter of invoking modify-db-cluster or modify-global-cluster (if you are using global clusters of course).

    More in the docs (including how to do this using the AWS console).

提交回复
热议问题