Saltar al contenido

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

preguntada hace 2 años846 visualizaciones
1 Respuesta
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.

EXPERTO
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.