Plesk

How to move a domain between subscriptions in Plesk

Question

How to move a domain from one subscription to another?

Answer

Note: This feature is available starting from Plesk Obsidian. Update to the latest version to get this feature.

During this operation, files are being copied, not moved. Therefore, if a domain has a lot of content, this operation may take some time and consume disk space. Files are removed from the original location once the operation is completed. Mailboxes with messages are moved too.

Moving the main domain (subscription) is not possible if it has web users.

 

The following scenarios are supported:

 

Moving a domain using the Plesk interface

 

  1. Log in to Plesk.

  2. Go to:

    • Subscriptions > example.com and click Move domain in Service Provider view.

    • Websites & Domains > click in the domain's card in Power User view.

      Note: If the Move domain button is grayed out, point the mouse to this button to find out why.

  3. Select an existing subscription from the list or create a new subscription for this domain. Click Move.

    Note: Service plans of both the source and target subscriptions must allow the customer to manage all types of objects on the moved domain. For example, if the domain has a subdomain, then both the source and target subscriptions must allow the customer to manage domains and subdomains. Otherwise, the Move link will not be available.

  

Moving a domain using a command-line interface

 

Connect to a Plesk server via SSH (Linux) / RDP (Windows Server) and use the 'plesk bin subscription' utility:

  •  to move a main domain from one subscription to another.

    # plesk bin subscription --merge source-example.com -webspace-name target-example.com

  • to move an additional domain to another subscription:

    # plesk bin site --move addon.domain -webspace-name example.net

  • to create a new subscription from an additional domain:

    # plesk bin site --move addon.domain -login addon_user -passwd <password>

 

Exit mobile version