• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup restore gives errors

Webroy

Regular Pleskian
Hi,

I am doing a test crash so i can restore a complete server what i did:

On server A

/usr/local/psa/bin/pleskbackup server --skip-logs --output-file=/home/backup/pleskbackup

With SCP i pushed the backup file to SERVER B

on server B i installed the same version of plesk and did:

./pleskrestore --restore backup/pleskbackup -verbose

But he gives a error:

Unable to find file '/usr/local/psa/bin/backup/pleskbackup

I moved the backup file to : /usr/local/psa/bin/backup/

But still he says not able to find file.

What am i doing wrong?
 
I have also tried this one :

But he keeps complaining:

./pleskrestore --restore backup/pleskbackup.tar -level server -verbose
Unable to find file '/usr/local/psa/bin/backup/pleskbackup.tar'


The file is there. I put the files to 777.

Anyone a idea?
 
Do you authorized under root login/passwd?
Try to use:
1)/usr/local/psa/bin/pleskbackup server --skip-logs --output-file=/home/backup/pleskbackup
2)/usr/local/psa/bin/pleskrestore --restore /home/backup/pleskbackup -verbose -level server
 
Back
Top