mirror of
https://github.com/MariaDB/server.git
synced 2026-02-04 01:39:08 +01:00
The backup of encrypted Aria tables was not supported. Added support for this. One complication is that the page checksum is for the not encrypted page. To be able to verify the checksum I have to temporarly decrypt the page. In the backup we store the encrypted pages. Other things: - Fixed some (not critical) memory leaks in mariabackup
7 lines
326 B
Text
7 lines
326 B
Text
--loose-innodb-encrypt-log=ON
|
|
--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
|
|
--aria-encrypt-tables=ON
|