跳至內容

Aurora MySQL replication between unencrypted and encrypted clusters

0

Is it possible to set up native MySQL replication between an unencrypted cluster and an encrypted cluster? Could replication also be set up between a cluster encrypted with the default key and one encrypted with a multi-region key? I have set up replication between unencrypted clusters and between clusters encrypted with the same key before without any problems but currently for the questions about the Slave_IO_State is always "Connecting to master".

已提問 2 年前檢視次數 852 次
1 個回答
0

MySQL replication can be set up between an unencrypted cluster and an encrypted cluster. If the source DB cluster is encrypted, the read replica must also be encrypted.

Anyway, a replication between a cluster encrypted with the default key and one encrypted with a multi-region key might not be possible due to region-specific KMS encryption keys. A custom MAster KMS key can be used.

The issue of Slave_IO_State always being “Connecting to master” could be due to incorrect user privileges.

專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。