Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-13557

Startup failure, unable to decrypt ibdata1

Details

    Description

      After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.

      [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
      [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
      [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

      (See attached error_output.txt for full startup log detail)

      The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

      The upgrade process went through the following stages.
      1: Update mariadb via yum using the mariadb repo.
      2: Rework config files due to path changes and start mariadb
      3: Stop database, add in encryption configuration and start again.
      4: Run sql query to convert tables from myisam to innodb.

      # mysql dev_cms -e "show table status where Engine='MyISAM';" | awk 'NR>1

      {print "ALTER TABLE `"$1"` ENGINE = InnoDB;"}

      ' |mysql dev_cms

      5: Test and verify that encryption is working.
      6: Stop and restart mariadb - Fault occurs on startup.

      I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

      I don't have, but can probably generate more data if required.

      Attachments

        1. 10.1.26_error.txt
          7 kB
        2. custom_server.cnf.txt
          0.4 kB
        3. encryption.cnf.txt
          0.4 kB
        4. error_output.txt
          6 kB
        5. mdev13557_ibdata.tar.gz
          1.81 MB
        6. server.cnf.txt
          0.2 kB

        Issue Links

          Activity

            dcorp Dennis Corp created issue -
            dcorp Dennis Corp made changes -
            Field Original Value New Value
            Attachment error_output.txt [ 44001 ]
            dcorp Dennis Corp made changes -
            Attachment custom_server.cnf.txt [ 44002 ]
            dcorp Dennis Corp made changes -
            Attachment encryption.cnf.txt [ 44003 ]
            dcorp Dennis Corp made changes -
            Attachment server.cnf.txt [ 44004 ]
            dcorp Dennis Corp made changes -
            Description After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.


            [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
            [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
            [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

            (See attached error_output.txt for full startup log detail)

            The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

            The upgrade process went through the following stages.
            1: Update mariadb via yum using the mariadb repo.
            2: Rework config files due to path changes and start mariadb
            3: Stop database, add in encryption configuration and start again.
            4: Run sql query to convert tables from myisam to innodb.
            5: Test and verify that encryption is working.
            6: Stop and restart mariadb - Fault occurs on startup.


            I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

            I don't have, but can probably generate more data if required.
            After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.


            [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
            [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
            [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

            (See attached error_output.txt for full startup log detail)

            The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

            The upgrade process went through the following stages.
            1: Update mariadb via yum using the mariadb repo.
            2: Rework config files due to path changes and start mariadb
            3: Stop database, add in encryption configuration and start again.
            4: Run sql query to convert tables from myisam to innodb.
                # mysql dev_cms -e "show table status where Engine='MyISAM';" | awk 'NR>1 {print "ALTER TABLE `"$1"` ENGINE = InnoDB;"}' |mysql dev_cms
            5: Test and verify that encryption is working.
            6: Stop and restart mariadb - Fault occurs on startup.


            I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

            I don't have, but can probably generate more data if required.
            dcorp Dennis Corp made changes -
            Description After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.


            [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
            [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
            [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

            (See attached error_output.txt for full startup log detail)

            The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

            The upgrade process went through the following stages.
            1: Update mariadb via yum using the mariadb repo.
            2: Rework config files due to path changes and start mariadb
            3: Stop database, add in encryption configuration and start again.
            4: Run sql query to convert tables from myisam to innodb.
                # mysql dev_cms -e "show table status where Engine='MyISAM';" | awk 'NR>1 {print "ALTER TABLE `"$1"` ENGINE = InnoDB;"}' |mysql dev_cms
            5: Test and verify that encryption is working.
            6: Stop and restart mariadb - Fault occurs on startup.


            I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

            I don't have, but can probably generate more data if required.
            After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.


            [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
            [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
            [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

            (See attached error_output.txt for full startup log detail)

            The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

            The upgrade process went through the following stages.
            1: Update mariadb via yum using the mariadb repo.
            2: Rework config files due to path changes and start mariadb
            3: Stop database, add in encryption configuration and start again.
            4: Run sql query to convert tables from myisam to innodb.

                # mysql dev_cms -e "show table status where Engine='MyISAM';" | awk 'NR>1 {print "ALTER TABLE `"$1"` ENGINE = InnoDB;"}' |mysql dev_cms

            5: Test and verify that encryption is working.
            6: Stop and restart mariadb - Fault occurs on startup.


            I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

            I don't have, but can probably generate more data if required.
            dcorp Dennis Corp made changes -
            Description After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.


            [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
            [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
            [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

            (See attached error_output.txt for full startup log detail)

            The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

            The upgrade process went through the following stages.
            1: Update mariadb via yum using the mariadb repo.
            2: Rework config files due to path changes and start mariadb
            3: Stop database, add in encryption configuration and start again.
            4: Run sql query to convert tables from myisam to innodb.

                # mysql dev_cms -e "show table status where Engine='MyISAM';" | awk 'NR>1 {print "ALTER TABLE `"$1"` ENGINE = InnoDB;"}' |mysql dev_cms

            5: Test and verify that encryption is working.
            6: Stop and restart mariadb - Fault occurs on startup.


            I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

            I don't have, but can probably generate more data if required.
            After upgrading from an older 5.5 release and implementing Data At Rest Encryption, then proceeding to convert a lot of myisam tables over to innodb, the following errors are now reported when starting the mariadb service.


            [ERROR] InnoDB: The page [page id: space=0, page number=7] in file './ibdata1' cannot be decrypted.
            [Note] InnoDB: However key management plugin or used key_version 1 is not found or used encryption algorithm or method does not match.
            [ERROR] [FATAL] InnoDB: Aborting because of a corrupt database page.

            (See attached error_output.txt for full startup log detail)

            The entire upgrade process did work smoothly, until the point I restarted the mariadb service.

            The upgrade process went through the following stages.
            1: Update mariadb via yum using the mariadb repo.
            2: Rework config files due to path changes and start mariadb
            3: Stop database, add in encryption configuration and start again.
            4: Run sql query to convert tables from myisam to innodb.

                \# mysql dev_cms -e "show table status where Engine='MyISAM';" | awk 'NR>1 {print "ALTER TABLE `"$1"` ENGINE = InnoDB;"}' |mysql dev_cms

            5: Test and verify that encryption is working.
            6: Stop and restart mariadb - Fault occurs on startup.


            I've referenced two other issues which appear to be the same problem, however they're both listed and fixed in the 10.1 branch not 10.2

            I don't have, but can probably generate more data if required.
            jplindst Jan Lindström (Inactive) made changes -
            Assignee Jan Lindström [ jplindst ]
            marko Marko Mäkelä made changes -
            elenst Elena Stepanova made changes -
            Attachment mdev13557_ibdata.tar.gz [ 44005 ]
            elenst Elena Stepanova made changes -
            Status Open [ 1 ] Confirmed [ 10101 ]
            elenst Elena Stepanova made changes -
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.1 [ 16100 ]
            Affects Version/s 10.1.26 [ 22553 ]
            dcorp Dennis Corp made changes -
            Attachment 10.1.26_error.txt [ 44007 ]
            jplindst Jan Lindström (Inactive) made changes -
            Status Confirmed [ 10101 ] In Progress [ 3 ]
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            Fix Version/s 10.1.27 [ 22609 ]
            Fix Version/s 10.1 [ 16100 ]
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            Assignee Jan Lindström [ jplindst ] Marko Mäkelä [ marko ]
            Status In Progress [ 3 ] In Review [ 10002 ]
            marko Marko Mäkelä made changes -
            Fix Version/s 10.2.9 [ 22611 ]
            Fix Version/s 10.3.2 [ 22533 ]
            Fix Version/s 10.2 [ 14601 ]
            Resolution Fixed [ 1 ]
            Status In Review [ 10002 ] Closed [ 6 ]
            jplindst Jan Lindström (Inactive) made changes -
            marko Marko Mäkelä made changes -
            Assignee Marko Mäkelä [ marko ] Jan Lindström [ jplindst ]
            jplindst Jan Lindström (Inactive) made changes -
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 82136 ] MariaDB v4 [ 152643 ]

            People

              jplindst Jan Lindström (Inactive)
              dcorp Dennis Corp
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.