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

Domain move function, where can I find it?

R

RobertS

Guest
I am running Plesk 7.5.6 and I am looking for the option to move domains from 1 client to an other.

I know this is possible in the Linux version of Plesk. In the domain list there was as I remember an option to move 1 domain from 1 client to an other but I cannot find this option in the Windows version.

What do I wrong here?
 
From Plesk interface this will be available in one of the future version.
Currently you can update this as follow:
1.Start->run->cmd
2. cd "%plesk_dir%\mysql\bin"
3, mysql -uadmin -padmin-password -P8306 psa
4. update domains set cl_id=id-of-target-client where cl_id=old-id and name="domain_name";

Of corse before this you can do
select * from clients;

John S.G.
 
Back
Top