• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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