• Thirunarayanan Balathandayuthapani's avatar
    MDEV-33334 mariadb-backup fails to preserve innodb_encrypt_tables · 0c55d854
    Thirunarayanan Balathandayuthapani authored
    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.
    0c55d854
encrypted_export.test 909 Bytes