• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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