• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

backup error plesk 10.0.1.1

E

epcow

Guest
How can i fix the following error off the plesk backup manager?

<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="error">
<object name="backup" type="backupowner">
<message severity="error" code="msgtext">Unable to create dump: 'undef' value passed to XmlNode::setAttribute for 'conhelp' at /usr/local/psa/PMM/agents/shared/XmlNode.pm line 103.

</message>
</object>
</execution-result>
 
The issue can be related to database inconsistency - for some reason 'dns_zone' table got 'ttl_unit' equal 300, whereas it can be either:

'second' => 1,
'minutes' => 60,
'hours' => 3600,
'days' => 86400,
'weeks' => 604800

Try to check it with

select id,ttl_unit from dns_zone where ttl_unit not in (1,60,3600,86400,604800);
 
when i run the following command
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

select id,ttl_unit from dns_zone where ttl_unit not in (1,60,3600,86400,604800);

the result is Empty set (0.00 sec).
 
Last edited by a moderator:
error: Unknown object type

i also get a error Unknown object type when i look at a backup task that is started with a cron job.
 
I can say only that 'conhelp' is something related to localization. More detailed investigation directly on your server is required. Very difficult to find a reason only by forum's discussions... Therefore I suggest you contact support team or wait - maybe someone else will help you.
 
I'm with a similar issue here. The problem is a domain missconfigured by something related to an installed app from the app vault that was not correctly cleared and now makes the backup system to crash while trying to track the directory where that application is stored. I'm working on solving this problem. When I have something I'll write again.
 
Back
Top