Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.1.26, 10.2.7
-
None
-
Red Hat Enterprise Linux Server 7.3
Server version: 10.2.7-MariaDB-log MariaDB Server
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
Issue Links
- causes
-
MDEV-14701 install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M
-
- Closed
-
- duplicates
-
MDEV-13093 Leak of Datafile::m_crypt_info on shutdown after failed startup
-
- Closed
-
-
MDEV-13488 InnoDB writes CRYPT_INFO even though encryption is not enabled
-
- Closed
-
- relates to
-
MDEV-10977 [ERROR] InnoDB: Block in space_id 0 in file ibdata1 encrypted.
-
- Closed
-
-
MDEV-13181 encryption.innodb-first-page-read sporadically fails in buildbot with signal 8
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | error_output.txt [ 44001 ] |
Attachment | custom_server.cnf.txt [ 44002 ] |
Attachment | encryption.cnf.txt [ 44003 ] |
Attachment | server.cnf.txt [ 44004 ] |
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. |
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. |
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. |
Assignee | Jan Lindström [ jplindst ] |
Link |
This issue relates to |
Attachment | mdev13557_ibdata.tar.gz [ 44005 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.1.26 [ 22553 ] |
Attachment | 10.1.26_error.txt [ 44007 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Link |
This issue duplicates |
Fix Version/s | 10.1.27 [ 22609 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Link |
This issue duplicates |
Assignee | Jan Lindström [ jplindst ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
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 ] |
Link |
This issue relates to |
Assignee | Marko Mäkelä [ marko ] | Jan Lindström [ jplindst ] |
Link |
This issue causes |
Workflow | MariaDB v3 [ 82136 ] | MariaDB v4 [ 152643 ] |
Please provide ibdata1 file