If you’re experiencing issues with your AWS services, then please refer to the AWS Health Dashboard. You can find the overall status of ongoing outages, the health of AWS services, and the latest updates from AWS engineers.
Este conteúdo não está disponível no idioma selecionado
Estamos trabalhando constantemente para disponibilizar conteúdo no idioma selecionado. Agradecemos sua paciência.
How do I migrate an Aurora MySQL-Compatible cluster that uses Aurora Serverless v1 to Aurora Serverless v2 with minimal downtime?
3 minuto de leitura
0
I want to migrate an Amazon Aurora MySQL-Compatible Edition cluster that uses Aurora Serverless v1 to Aurora Serverless v2 with minimal downtime.
Convert your Aurora MySQL cluster to a provisioned cluster
Complete the following steps:
If your Aurora MySQL cluster has a custom parameter group, first turn on binary logging, then set the binlog_format parameter to MIXED or ROW.
(Optional) If your Aurora MySQL cluster uses a default parameter group, first create a custom parameter group and turn on binary logging. Then, set the binlog_format parameter to MIXED.
To convert your Aurora MySQL Serverless v1 cluster to a provisioned cluster, run the modify-db-cluster command: Note: The following command requires downtime for the duration of the modification.
Note: Replace example-region with your AWS Region.
To upgrade the provisioned cluster to a version that supports Aurora Serverless v2 with minimal downtime, create a blue/green deployment. Make sure that you select the new version for your green environment. Note: The blue/green environment takes time to create, but downtime doesn't occur. The upgrade occurs in the green environment.