• 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 "InformationalException"

A

avateamcom

Guest
Hello,

we use Plesk 10.0.1 for 6 weeks now. The scheduled backup gives Backup-Errors every night as follows:
--------
E-Mail:
Backup task finished.

Task was created by with guid (7A452A72-6946-456D-90A9-3DD0192D5882)


Creation date is: 2011-Feb-06 00:15:01
Task status is: warnings

Dump full name is: PleskKomplett_info_1102060015.xml
--------
Attachment: "migration.result"
<?xml version="1.0" encoding="utf-8"?>
<execution-result status="warnings">
<object name="backup" type="backupowner">
<message code="InformationalException" severity="warning">Could no backup template item 'max_mn' with value '-1' from templateId '1'</message>
</object>
</execution-result>
--------

What dows this error mean, how can we get rid of it, is it a error/bug?
Did the backup fully complete?
Note: The date shown in the mail is always from the last day.

Thanx for help!
-Stefan
 
You can try to find this extra record in psa database with something like:

select * from TmplData where tmpl_id=1 and element='max_mn';

there is should be value -1.
I'm not sure what is it. But you can try to change this value or delete this record.
 
Back
Top