• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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