• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Plesk 8.6: Pleskrestore Problem... I cannot restore my saved data...

B

benjaminkramer

Guest
Hello,

I saved on my old OpenSuse 10.2 my Plesk 8.6 with pleskbackup all <backupfile>.

But after I installed on the same Server OpenSuse 10.3 (new installation) witrh Plesk 8.6 I get the following problem:

/usr/local/psa/bin/pleskrestore --restore /home/backup_all_28_11_08 -level clients -map /home/map.txt
WARNING: Backup file has wrong signature for this server

and then I tried to restore with this command:
/usr/local/psa/bin/pleskrestore --restore /home/backup_all_28_11_08 -level clients -map /home/map.txt
WARNING: Backup file has wrong signature for this server
------------------------------------------------------------------------
Restore has been started
------------------------------------------------------------------------
Vergangene Zeit: 00:00:00
Vergangene Zeit: 00:00:05Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 117, in doActivityRunner
newState = self.doActivity()
File "/usr/local/psa/admin/share/supervisor/processor.py", line 818, 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


Please help me....


Thx
 
pleskrestore crashes

I have almost the same problem. This is really sh... What is a software worth it it does not work when you really need it?

Here the details:

/usr/local/psa/bin/pleskrestore --restore /restore/PleskBackup_all_Mon -level domains -filter list:aufWeb.de -map /restore/PleskRestoreMap -verbose

Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 117, in doActivityRunner
newState = self.doActivity()
File "/usr/local/psa/admin/share/supervisor/processor.py", line 818, 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
 
Solution

Here is (at least) the solution which worked for me:

# known problem to Plesk ... find file usr/local/psa/PMM/plesk.dtd.
# Search for ...
#
# <!ATTLIST pinfo
# name (company|phone|fax
# |address|city|state
# |zip|country|locale|email
# |name) #REQUIRED
#
# ... and replace line ...
#
# |name) #REQUIRED
#
# ... with ...
#
# |name|info_not_required) #REQUIRED
 
Back
Top