• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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