• 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.

Backup error

S

SOMMERMEYERA

Guest
Hi!
When I want to make a backup I have this message
Erreur: Runtime error in pmmcli:
libxml2.parserError xmlSchemaParse() failed
Traceback (most recent call last):
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 1846, in main
data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2:])(parameters)
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 1665, in get_dumps_list
return ActionRunner(GetDumpsListAction, dump_list_query, None).doActivity()
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 65, in __init__
self.processor = ActionProcessor(parameter_stdin, parameters)
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 117, in __init__
PMMCliAction.__init__(self, parameter_stdin, parameters)
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 89, in __init__
self.__input_validator = validator.Validator(pmm_config.pmm_api_xml_protocols_schema())
File "/usr/local/psa/admin/lib/python/validator.py", line 19, in __init__
self.ctxt_schema = self.ctxt_parser.schemaParse()
File "/usr/lib64/sw/python2.4/site-packages/libxml2.py", line 6257, in schemaParse
if ret is None:raise parserError('xmlSchemaParse() failed')
parserError: xmlSchemaParse() failed

Thank you,

André
 
Unfortunately here is not enough details but I can assume only that something wrong with libxml2 library there.
Try to update this package with all related dependences. I hope it will help.
 
Back
Top