Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
24.02.0
-
None
-
None
-
MariaDB server 10.11.6-MariaDB debian-linux-gnu (x86_64)
Description
Allow encrypt_binlog=ON and innodb_encrypt_log=ON with Data-at-rest encryption when rebuilding with --async-rebuild-server
With data-at-rest encryption using File Key Management Encryption Plugin running:
maxctrl call command mariadbmon async-rebuild-server MariaDB-Monitor server-2 -u maxscale -p ******* --secure --tls-ca-cert=/etc/ssl/maxscale/ca-cert.pem --tls-verify-server-cert=false |
and the following parameters set:
encrypt_binlog = ON
|
innodb_encrypt_log = ON
|
async-rebuild-server fails:
[ERROR] InnoDB: Malformed log record at LSN 140557; set innodb_force_recovery=1 to ignore. |
[ERROR] InnoDB: Malformed log record at LSN 140629; set innodb_force_recovery=1 to ignore. |
If encrypt_binlog and innodb_encrypt_log are not enabled / commented out there are no errors.