• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Individual restore

C

ChristophP

Guest
I want to use Backup/Restore to transfer all my configuration and data to another system. This works good. But one mysql database is synchronized, and if I Restore this, my synchronization gets wrong.

So I try to restore all, but without this database. My backup goes to the ftp-repository and on the other machine access to this backup file. When I restore with plesk, there are only general options to solve conflicts. But i cannot choose single objects to restore or not. Is there any solution for this Problem?
 
Try to use /usr/local/psa/bin/backup-unpack utility. But make sure that there is correct names. It should be underscore instead hyphen:

# cat /usr/local/psa/bin/backup-unpack
#!/usr/bin/python2.4

import sys
sys.path[:0] = ["/usr/lib/sw/python2.4/site-packages","/usr/local/psa/admin/lib/python","/usr/local/psa/admin/share/backup_unpack"]
import backup_unpack
backup_unpack.main()

And please let me know if it help you or not.
 
How to use ???

I tried this, but I don't know how I can use it.

(S)s15334812:/ # /usr/local/psa/bin/backup-unpack list /var/lib/psa/dumps/pfeifer_info_0911151720.xml
Runtime error: ('Top level is not multipart/related', 'text/plain')

"extract" does the same.

Am I on the wrong way?
 
I read the topic and the documentation.

Tried first
# /usr/local/psa/bin/backup-unpack extract /var/lib/psa/dumps/srv_bkup

I get the following

File "/usr/local/psa/bin/backup-unpack", line 5
import backup-unpack
^
SyntaxError: invalid syntax

Same error if I try
# /usr/local/psa/bin/backup-unpack list /var/lib/psa/dumps/srv_bkup
 
Back
Top