Hi All,
I have been trying to setup a Mysql 8.x version on linux 7.3 with TDE, the following are the tasks that I am trying to achieve.
1) Install mysql -- Successful
2) Setup TDE - Successful
3) use mysqlbackup to backup - Failed
190421 10:34:40 RDR1 INFO: All tables unlocked
190421 10:34:40 RDR1 INFO: All MySQL tables were locked for 7.019 seconds.
190421 10:34:40 RDR1 INFO: Found encrypted tablespaces, migrating the keys.
190421 10:34:40 RDR1 INFO: Active keyring "keyring_file" detected.
190421 10:34:40 RDR1 INFO: Invoking the keyring migration tool.
190421 10:34:40 RDR1 INFO: Keyring migration tool start.
190421 10:34:41 RDR1 INFO: Keyring migration tool execution complete.
190421 10:34:41 RDR1 INFO: Migration tool execution complete.
190421 10:34:41 RDR1 ERROR: Unable to load the keys into the service.190421 10:34:41 RDR1 INFO: Requesting completion of redo log copy. Rapid: 1
mysqlbackup failed with errors!
Note:
I have added the following details during TDE configuration in my.cnf
[mysqld]
early-plugin-load = keyring_file.so
keyring_file_data = /var/lib/mysql_keyring/keyring
I have been trying to setup a Mysql 8.x version on linux 7.3 with TDE, the following are the tasks that I am trying to achieve.
1) Install mysql -- Successful
2) Setup TDE - Successful
3) use mysqlbackup to backup - Failed
190421 10:34:40 RDR1 INFO: All tables unlocked
190421 10:34:40 RDR1 INFO: All MySQL tables were locked for 7.019 seconds.
190421 10:34:40 RDR1 INFO: Found encrypted tablespaces, migrating the keys.
190421 10:34:40 RDR1 INFO: Active keyring "keyring_file" detected.
190421 10:34:40 RDR1 INFO: Invoking the keyring migration tool.
190421 10:34:40 RDR1 INFO: Keyring migration tool start.
190421 10:34:41 RDR1 INFO: Keyring migration tool execution complete.
190421 10:34:41 RDR1 INFO: Migration tool execution complete.
190421 10:34:41 RDR1 ERROR: Unable to load the keys into the service.190421 10:34:41 RDR1 INFO: Requesting completion of redo log copy. Rapid: 1
mysqlbackup failed with errors!
Note:
I have added the following details during TDE configuration in my.cnf
[mysqld]
early-plugin-load = keyring_file.so
keyring_file_data = /var/lib/mysql_keyring/keyring