• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Restore domain error with Backup Utility in CPanel

J

joflizn

Guest
[solved] Restore domain error with Backup Utility in CPanel

I'm trying to restore a domain that I've backed up with the backup utility in CPanel. I used FTP backup.
But when I select the backup file and launch the restore process, I get this message:
Traceback (most recent call last):
File "/opt/psa/admin/share/supervisor/processor.py", line 115, in doActivityRunner
newState = self.doActivity()
File "/opt/psa/admin/share/supervisor/processor.py", line 320, in doActivity
localBackup.getMetadata().extract(self.session.getConvertedDumpFileName())
File "/opt/psa/admin/lib/python/backup.py", line 423, in getMetadata
(part_info, part_content) = self.decodedParts.next()
File "/opt/psa/admin/lib/python/backup.py", line 208, in decodeParts
for (part_info, part_content) in parts:
File "/opt/psa/admin/lib/python/backup.py", line 156, in enumerateParts
raise RuntimeError("Top level is not multipart/related", toplevel.gettype())
RuntimeError: ('Top level is not multipart/related', 'text/plain')

And nothing is restored back. What's wrong?
 
Problem was solved by splitting the backup (1Mo part).

Hope this will help.
 
Back
Top