Hello MySQL community,
I need help with the issue configuring TDE in PXC Galera 3-node cluster. Used the below configuration in my.cnf on all 3 nodes.
[mysqld]
early-plugin-load=keyring_file.so
keyring_file_data= /home/mysqladm/TDE_Key/keyring_$node0
ssl-ca=/home/mysqladm/mysql-ssl/ssl-ca-$hostname
ssl-cert=/home/mysqladm/mysql-ssl/ssl-cert-$hostname
ssl-key=/home/mysqladm/mysql-ssl/ssl-key-$hostname
[sst]
streamfmt=xbstream
encrypt=4
ssl-ca=/home/mysqladm/mysql-ssl/ssl-ca-$hostname
ssl-cert=/home/mysqladm/mysql-ssl/ssl-cert-$hostname
ssl-key=/home/mysqladm/mysql-ssl/ssl-key-$hostname
[xtrabackup]
keyring_file_data= /home/mysqladm/TDE_Key/keyring_$node0
Issue: startup fails with error:
2024-08-01T18:45:15.149622Z 0 [ERROR] [MY-000067] [Server] unknown variable ‘streamfmt=xbstream’.
2024-08-01T18:45:15.149731Z 0 [ERROR] [MY-010119] [Server] Aborting
Attempt after commenting out the parameter streamfmt=xbstream then threw the error:
2024-08-01T19:13:50.530577Z 0 [ERROR] [MY-000067] [Server] unknown variable ‘encrypt=4’.
2024-08-01T19:13:50.530653Z 0 [ERROR] [MY-010119] [Server] Aborting
Thank you,
Vasavi