• 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

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