• 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.

How do I.. migrate all users, domains from Plesk 9 to Plesk 9?

O

Ox1d3d

Guest
How can i migrate from plesk 9 to another server, with plesk 9?

I've tried to create a backup file with command:

/usr/local/psa/bin/pleskbackup server -v --output-file=plesk.backup.psa

but on the new server when i try to do this:

[root@ks27789 psa]# /usr/local/psa/bin/backup-unpack extract backup.plesk.psa

it says:

Runtime error: ('Top level is not multipart/related', 'text/plain')

How can i migrate or solve this problem?
 
to unpack a restore in plesk9 use the following command

tar xfv name_of_your_backup

to restore a backup in plesk9 use the following command to get more informations

/usr/local/psa/bin/pleskrestore -m

the command "backup-unpack" dont work anymore in plesk9
 
I was using the command line backup/restore method until about a year ago and it seemed to work fine. But migration seemed to be a better way to go since you can set up the new machine then simply migrate everything over. One thing the migration tool also broke was everyone's address books and some databases. Is command line safer overall perhaps?
 
Back
Top