• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

pre9-backup-convert not there!!!!!

M

meat1oaf

Guest
I am attempting to migrate an entire 8.2 (linux) server over to 9.0 (linux)

However, after performing the backup, I copied the dumps to the new 9.0 server - only to notice that the pre9-backup-convert file mentioned in the KB (http://download1.parallels.com/Ples...-migration-guide/index.htm?fileName=62708.htm) IS NOT THERE!!!!!!

This is a fresh install of PSA 9.0. I have searched the whole filesystem. It is NOT on my drive. Any idea where this file could be, and why I don't have it???
 
maybe this helps you a bit, here the content of the script under /usr/local/psa/bin/pre9-backup-convert, which calls the convert tool

#!/usr/bin/python2.5

import sys
sys.path[:0] = ["/usr/lib64/sw/python2.5/site-packages","/usr/local/psa/admin/lib/python","/usr/local/psa/admin/share/pre9_backup_convert"]
import pre9_backup_convert
pre9_backup_convert.main()
check out if you have it in /usr/local/psa/admin/share/pre9_backup_convert
/usr/local/psa/admin/share/pre9_backup_convert # ls -la
total 56
drwxr-xr-x 3 root root 128 Dec 10 17:43 .
drwxr-xr-x 13 root psaadm 4096 Dec 10 17:44 ..
-rw-r--r-- 1 root root 472 Dec 7 12:31 backup_walker.py
drwxr-xr-x 2 root root 55 Dec 10 17:43 commands
-rw-r--r-- 1 root root 268 Dec 7 12:31 config.py
-rw-r--r-- 1 root root 16771 Dec 7 12:31 convert.xsl
-rw-r--r-- 1 root root 18077 Dec 7 12:31 dump_walker.py
-rw-r--r-- 1 root root 927 Dec 7 12:31 pre9_backup_convert.py

Brujo
 
Looking on my system:-

Code:
# rpm -qf /usr/local/psa/bin/pre9-backup-convert
psa-backup-manager-9.0.0-cos5.build90081208.07

It appears that it is part of psa-backup-manager, did you install the backup manager? (I don't think it is installed as part of the default installation (not much is))
 
Back
Top