• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by jeppestaerk

  1. J

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    No not at all, i have run the this commands to free up space root@server1:/var/log# history | grep rm 363 find /var/log/plesk/PMM/ -name 'backup*' -type d -exec rm -rf {} +; 365 find /var/lib/psa/dumps -name 'backup*' -type f -exec rm -rf {} +; 369 find /tmp -type f -mtime +14 -exec rm...
  2. J

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    it is missing as well. ? root@server1:/var/log# cd /var/log/messages -bash: cd: /var/log/messages: No such file or directory root@server1:/var/log# cat /var/log/messages cat: /var/log/messages: No such file or directory
  3. J

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    It still fails with the same log statements. Any other ideas @IgorG ? And thank you for helping.
  4. J

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    Yes, it was missing, do you know how to fix it? Is it simply creating it again? with mkdir /var/log/mariadb ?
  5. J

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    Hello guys :) Doing a backup i ran out of space, i have freed up space on the hdd now. But i can't log in to pleask admin site, i get the error: --- Server Error 500 Plesk\Exception\Database DB query failed: SQLSTATE[HY000] [2002] No such file or directory --- I have tried to ssh into the...
Back
Top