• 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

Problem with pleskrestore in new installation

I

infocasa

Guest
Hi,

Due to hardware failure we had to install a new server with intention of restoring the last backup done but we keep getting errors when restoring.
The new server is a fresh Fedora Core 6 x86_64 with Plesk 8.1 installed with the autoinstaller. The server is a dual Xeon supermicro with 2GB RAM and an Adaptec based RAID subsystem. OS runs just fine and Plesk installation went smoothly.

Command we run:

/usr/local/psa/bin/pleskrestore --restore backup_file -level all -map plesk-map

The error we get is the following:

------------------------------------------------------------------------
Restore has been started
------------------------------------------------------------------------.
WARNING! Restore with "-level all" switch brings server to exactly the same
state, as was saved in backup file. All objects, not presented in the backup
file (clients or domains) will be deleted. Proceed? [yes/no]: yes
.Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 115, in doActivityRunner
newState = self.doActivity()
File "/usr/local/psa/admin/share/supervisor/processor.py", line 792, in doActivity
cmd.spawn(os.environ.has_key("PLESKRESTORE_MODE"))
File "/usr/local/psa/admin/lib/python/subproc.py", line 238, in spawn
proc.run()
File "/usr/local/psa/admin/lib/python/subproc.py", line 193, in run
BaseSubprocess.run(self)
File "/usr/local/psa/admin/lib/python/subproc.py", line 177, in run
self.wait()
File "/usr/local/psa/admin/lib/python/subproc.py", line 197, in wait
BaseSubprocess.wait(self)
File "/usr/local/psa/admin/lib/python/subproc.py", line 185, in wait
raise SignalException(self, os.WTERMSIG(status))
SignalException: <unprintable instance object>

As suggested in other similar posts I checked that no were silly things in .bashrc, tried other shells and edited the previously created map file, no success.

I'll appreciate any advice or help.

Regards
 
Back
Top