• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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