• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Plesk DB Error

FelixHohl

New Pleskian
Hi together,

I got the following error Message when I try to login in Plesk:

DB query failed: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine, query was: UPDATE `ServiceNodeEnvironment` SET `value` = ? WHERE (`ServiceNodeEnvironment`.`serviceNodeId` = 1) AND (`ServiceNodeEnvironment`.`section` = 'componentsPackages') AND (`ServiceNodeEnvironment`.`name` = 'synced')

What could be the issue and what can I do?

Thanks in advance
 
When the database server is running, maybe the best first step is to run a database repair to check for inconsistencies or corrupt tables. You can try
# plesk repair db -y
 
I tried this and got several issues like this:


Inconsistency in the table 'hosting' for the column dom_id: No rows
in the table 'domains' with = 44 ................................. [WARNING]
To see more details, run the command in the verbose mode: plesk repair db -verbose
Removing unnecessary rows ....................................... [FAILED]
- DB query failed: SQLSTATE[HY000]: General error: 1030 Got error
-1 from storage engine, query was: DELETE FROM hosting WHERE
dom_id = :value
 
An inconsistency that repair cannot resolve. There is probably "part" of a hosting subscription in the database that needs a domain dataset associated with it, but the domain dataset is missing, maybe more datasets are also missing in other tables. So far I have not encountered a case where a dom_id was missing from a set in the hosting table. I am of little to no help in this case and think that - if no expert for this steps in here - the best advice is to contact Plesk support asap, pretty sure they will be able to fix this, but it will need hands-on analysis on your server:
If you have bought the licence from a reseller, you can use the 30 days trial for direct support. (However, a Plesk support subscription might be a great choice anyway!)
 
Back
Top