• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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