• 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 warnings in log

kadoudal

Regular Pleskian
HI

I got the following warnings in the backup log, regarding getting information about spam filter for email accounts..
where can I get more information about such error...

I also tried to look into the help about the 'new-style command-line interface, but could not understand how to modify the old-style... any clue ?

thanks


log copy...
*** You are using old-style pleskbackup command-line interface. ***
*** Please switch to new style documented in 'pleskbackup help',***
*** because old style eventually have been dropped. ***
********************************************************************
********************************************************************
Accounts [0/4], Domains [0/8]
Accounts [1/4], Domains [1/8]
Accounts [1/4], Domains [1/8]
Accounts [1/4], Domains [1/8]
Accounts [1/4], Domains [1/8]
... more accounts ....
Accounts [3/4], Domains [8/8]
-------------- Start print backup log hire --------------
<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="warnings">
<object name="ceramique-isabelle.fr" type="domain">
<message severity="warning" code="msgtext">Error during getting information about spam filter for [email protected]</message>
</object>
<object name="aelmat.com" type="domain">
<message severity="warning" code="msgtext">Error during getting information about spam filter for [email protected]</message>
</object>
... more warnings ....
</object>
 
We have already submitted bug regarding this problem with spam filters. Bug under developers investigation now.

Also regarding 'You are using old-style pleskbackup command-line interface' seems you have use --map option for backup. You should use --conflict option instead. Look at backup/restore documentation for details.
 
Back
Top