• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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