Hi guys,
I’m trying to enable bin log ecnryption (encrypt_binlog parameter) feature on Xtradb Cluster. Here is the version details;
OS : Ubuntu 18.04.5 LTS (Bionic Beaver)
Xtradb Relase : 5.7.31-31.45-3.bionic
wsrep_provider_version : 3.45(ra60e019)
I’m using the following parameters in the conf file.
Encryption parameters
early-plugin-load=keyring_file.so
keyring_file_data=/var/lib/mysql/keyring
encrypt_binlog=1
master_verify_checksum=1
binlog_checksum=1
with these settings I can’t bootstrap my first node. When I delete the encrypt_binlog parameter, it bootstraps without any error. When the parameter is enabled It didn’t write any thing in error log. Its fully empty.
I want to ask; can I use binary log encryption on PXC (5.7)?
Thanks,
Erman