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

Migrate All

G

gethosted

Guest
Hello,

After successfull intall v4.2, i run the --migrate_all and found the problem below? i do have active account on old v2.x

[root@server bin]# ./sb_config --migrate_all
Migrating sites.
There is no sites for migration.
 
Did you get it?

I'm having the same problem migrating from version 2 to 4.x. Were you able to migrate? If so, how?

Thanks in advance,
-Dario
 
Did you have regular sites (not trial ones) with 2.x version? Only regular sites are migrated.
Try to perform following operation:

# echo 2.x > /usr/local/sitebuilder/migrate (here you should set valid version instead of 2.x, for example, 2.1.3)
# sb_config --migrate_all
 
Back
Top