Ir para o conteúdo

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".

feita há 2 anos852 visualizações
1 Resposta
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.

ESPECIALISTA
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.