• 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 from Dropbox failed after server reinstall

CMDR_Gicu

New Pleskian
Hello,

I've got one backup file on dropbox saved.
After reinstall my whole server Dropbox backup won't let me restore choosen backup because is done on other Plesk panel and I have to -ignore-sign option but I don't see that in Dropbox backup settings.

So it is a second way to restore my whole system with this .tar file?

I'm just downloaded my backup from dropbox and uploaded this to:
/var/lib/psa/dumps/

But Plesk don't see this file... :(
-----
Trying to use pleskrestore command but command not found:

Code:
 pleskrestore --restore [development.tar] -ignore-sign
-bash: pleskrestore: command not found
Trying to use this command:
Code:
[root@development dumps]# ./pleskrestore --restore "development.tar" -ignore-sign
-bash: ./pleskrestore: No such file or directory
Uncompressed archive using:
Code:
tar xvf development.tar
Code:
./pleskrestore --restore backup_development_info_1507270501.xml -ignore-sign
-bash: ./pleskrestore: No such file or directory
 
Last edited:
Ok,
Used new command:
Code:
/usr/local/psa/bin/pleskrestore --restore backup_development_info_1507270501.xml -ignore-sign -level server

It's work!
Thanks you for your help ;)
 
Last edited:
Back
Top