• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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