• 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.

Plesk Restore Problems

A

Archerford

Guest
I'm having a problem restoring plesk from a ftp backup. I can go to the directory /var/lib/psa/dumps/tmp/ and watch the file download form the ftp backup server, yet whenever it file finishes downloading, the directory is cleared and I get a error message in plesk saying the restore file wasn't found.

Here are a few of the messages.

Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 116, in doActivityRunner
newState = self.doActivity()
File "/usr/local/psa/admin/share/supervisor/processor.py", line 308, in doActivity
localfh = localBackupFile.fh('wb')
File "/usr/local/psa/admin/lib/python/backup.py", line 260, in fh
return file(self.filename, mode)
IOError: [Errno 2] No such file or directory: '/var/lib/psa/dumps/tmp/restore_1/backup-file.001'


-----------------------------------------------------------------------------------------------------

Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 84, in getStatus
return (None, self.realGetStatus())
File "/usr/local/psa/admin/share/supervisor/processor.py", line 437, in realGetStatus
fh = self.getDumpFh()
File "/usr/local/psa/admin/share/supervisor/processor.py", line 433, in getDumpFh
return file(os.path.join(self.session.sessionDirectory, "dump-plesk.xml"))
IOError: [Errno 2] No such file or directory: '/var/lib/psa/dumps/tmp/restore_1/dump-plesk.xml'


------------------------------------------------------------------------------------------------------

Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 116, in doActivityRunner
newState = self.doActivity()
File "/usr/local/psa/admin/share/supervisor/processor.py", line 308, in doActivity
localfh = localBackupFile.fh('wb')
File "/usr/local/psa/admin/lib/python/backup.py", line 260, in fh
return file(self.filename, mode)
IOError: [Errno 2] No such file or directory: '/var/lib/psa/dumps/tmp/restore_1/backup-file.001'


Thanks
Archer
 
Do you have root access to the server with the repository? if so you could login in and WinSCP the file across to your new server. You could also just FTP tot he repository and download the backup file to your new machine, then try running the restore.

Just a thought, maybe having the single or multiple backup files copied to you machine is better than trying to get them through the FTP repository way???!?!?!

Just a thought (maybe the Plesk repository way doesn't work that well).
 
Back
Top