• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage e

Tessel

New Pleskian
Hello,

After some troubles and using: innodb_force_recovery = 6
All sites are running but only Plesk gives me an error:
ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine (Pdo.php:234)
Looking thrue the knowlagebase is gives me no direct solution.

Any idea that is wrong here?

Kind regards,
Nico
 
Hello!

Exactly the same issue here, but when I run correction from https://kb.plesk.com/en/116591 (which possibly does not apply to my Plesk 12.5.30 in Debian 7)
Code:
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin psa < /PATH/TO/VALID/PSA.dump.sql
where "/PATH/TO/VALID/PSA.dump.sql" is "/var/lib/psa/dumps/mysql.daily.dump.0"
returns
Code:
ERROR 2013 (HY000) at line 30: Lost connection to MySQL server during query
and then mysql service stops. It can only be restarted if "innodb_force_recovery = 6" in my.cnf

Any suggestions?
 
Last edited:
Back
Top