• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Plesk backup error

GhOsTisp

Basic Pleskian
when i loading the backup the result is :
Failed validation of the document with its internal DTD. The errors are: Element 'by-entries': This element is not expected. Expected is one of ( disabled, by-time, by-entires )..

Version Plesk 10.2.0 on centos 5.5
 
This was because of typo in plesk.xsd, 'by-entires' in stead of 'by-entries':

# diff /usr/local/psa/PMM/plesk.xsd.orig /usr/local/psa/PMM/plesk.xsd
5478c5478
< <xs:element name="by-entires">

---

> <xs:element name="by-entries">

Correct and it should help.
 
Back
Top