How to restore backupfile from version 8.6 to 9.2 - By Brendan Skoreyko
Hi there,
Have you read the documentation "Migration Guide for PPP 9.2?" I am in the process of migrating from P8.4 to P9.2.1, the guide was great.
I think this is what you need to do, assuming our 8.6 server and 9.2 server are different from each other.... If your old 8.6 server has now been converted to 9.X I think you might be in for some fun... Let me know where you at!
1) As per the document provided by Parallels Plesk on your 8.6 server run the following command:
# /usr/local/psa/bin/pleskbackup all /dump.psa
2) Once the dump.psa is complete scp it across to your new 9.2 server
3) Now you need to convert the PPP 8.6 file to the new PPP 9.2 format by running the following command:
/usr/local/psa/bin/pre9-backup-convert convert -d /var/lib/psa/dumps /dump.psa
4) Step 3 will creat an *.xml file in the directory
This file is now used to migrate/restore your settings from 8.6
5) Now here is where I ran into some fun... the command line didn't work as expected because the restore needed some user input... here is what they tell you to run:
/usr/local/psa/bin/pleskrestore --restore /var/lib/psa/dumps/<BACKUP NAME> -level server
I HOWEVER USED THE PLESK CP... See the guide here
http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.2-migration-guide.pdf
That should do it. I'd reboot your server after you have confirmed the restore of your clients... I am fairly positive I could get this working but I take zero responsibility for anything you may do or not do to your server.
Cheers and best of luck!