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

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