To migrate objects from Plesk v. 7.5 using Plesk Backup Manager, you should create backup on source server 7.5 and then convert it to version 8 with the backup-convert utility. Refer to the following article for details: http://kb.parallels.com/en/1727. After that, you may convert the backup to version 9 with the pre9-backup-convert utility and then restore it through Backup Manager in the control panel.
Alternatively, you may migrate from 7.5 to 8.6 using Plesk Migration Manager, create backup on Plesk 8.6, convert it to 9 with the pre9-backup-convert utility and restore on destination Parallels Plesk Panel 9.
To migrate from earlier versions of Plesk Panel for Linux/Unix:
# /usr/local/psa/bin/pleskbackup all /dump.psa
Note: For details on creating selective backup, refer to Backup Documentation of the required version available at Parallels Technology Network.
dump.psa) to the destination server.To migrate from earlier versions of Plesk Panel for Windows:
>"%plesk_bin%\backup.exe"
Note: For details, refer to the Plesk Backup Guide of the required version available at Parallels Technology Network.
dump.psa) to the destination server.To restore data:
# /usr/local/psa/bin/pre9-backup-convert convert -d /var/lib/psa/dumps /dump.psa
If the operation succeeds, Plesk places the converted backup to backups repository (located in the /var/lib/psa/dumps/ folder) and displays the name assigned to the backup. You must use the backup name issued by Plesk for restore purposes.
You can restore the backup in two ways:
To restore the whole server data through Plesk CLI:
Use the following command:
# /usr/local/psa/bin/pleskrestore --restore /var/lib/psa/dumps/<BACKUP NAME> -level server
Note: For more information on options available if restoring backups using command line, refer to the Backup and Restore Utilities Administrator's Guide available at PPP Documentation page.
To restore the whole server data through Plesk GUI:
To restore a client through Plesk GUI:
Because login of the created client coincides with the login of client from the dump, the converted backup should be shown in the repository.
To restore a domain through Plesk GUI:
Because name of the created domain coincides with the name of domain from the dump, the converted backup should be shown in the repository.
To restore data:
>"%plesk_bin%\pre9-backup-convert" --source=<ABSOLUTE PATH TO BACKUP> --destination="%plesk_dir%\Backup"
If the operation succeeds, Plesk places the converted backup to backups repository (located in the %plesk_dir%\Backup\ folder) and displays the name assigned to the backup. You must use the backup name issued by Plesk for restore purposes.
You can restore the backup in two ways:
To restore the backup from Plesk CLI:
Use the following command:
>"%plesk_bin%"\pleskrestore --restore "%plesk_dir%\<BACKUP NAME>" -level server
Note: For more information on options available if restoring backups using command line, refer to the Backup and Restore Utilities Administrator's Guide available at PPP Documentation page.
To restore the whole server data through Plesk GUI:
To restore a client account through Plesk GUI:
Because login of the created client coincides with the login of client from the dump, the converted backup should be shown in the repository.
To restore a domain through Plesk GUI:
Because name of the created domain coincides with the name of domain from the dump, the converted backup should be shown in the repository.