mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
0c55d854fe
Problem: ======== mariabackup --prepare fails to write the pages in encrypted format. This issue happens only for default encrypted table when innodb_encrypt_tables variable is enabled. Fix: ==== backup process should write the value of innodb_encrypt_tables variable in configuration file. prepare should enable the variable based on configuration file.
6 lines
297 B
Text
6 lines
297 B
Text
--innodb_encrypt_tables=1
|
|
--plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
|
--loose-file-key-management
|
|
--loose-file-key-management-filekey=FILE:$MTR_SUITE_DIR/filekeys-data.key
|
|
--loose-file-key-management-filename=$MTR_SUITE_DIR/filekeys-data.enc
|
|
--loose-file-key-management-encryption-algorithm=aes_cbc
|