• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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