Salta al contenuto

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

posta 2 anni fa846 visualizzazioni
1 Risposta
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.

ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.