Collapse

Announcement

Collapse
No announcement yet.

How to transfer the cPanel account from one server to another server:

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to transfer the cPanel account from one server to another server:

    Source server :

    1. Login to your cPanel.

    2. In the file, section click on the backup wizard button.

    Click image for larger version  Name:	Backup_wizard.png Views:	1 Size:	64.3 KB ID:	880

    3. In the Full Backup wizard section, click on the backup button.

    Click image for larger version  Name:	Backupbutton.png Views:	1 Size:	51.9 KB ID:	883


    4. After the click on the Full Backup Button

    Click image for larger version  Name:	Full_backup.png Views:	1 Size:	55.1 KB ID:	881

    5. In that section, make sure the Home Directory option is selected.

    6. If you want an email notification after the completion of the backup, then enter the email address. If you do not want an email, check the box "Do not send email notification of backup completion".

    Click image for larger version

Name:	Generate1.png
Views:	6
Size:	30.7 KB
ID:	885

    7. the downloaded file will be located in /home user directory For example - backup-12.18.2019_12-20-11_xyz.tar.gz

    8. Move the backup file in the public_html folder and change the permission as 644 or 755.

    Destination Server :

    1. Enter the below command to download the backup file:

    HTML Code:
    wget server_ip(source IP address)/backupfile_name
    For example :

    HTML Code:
    wget x.x.x.x/backup-12.18.2019_12-20-11_xyz.tar.gz

    2. Then enter the below command to restore the backup:

    HTML Code:
    /scripts/restorepkg backupfile_name

    For example:

    HTML Code:
    /scripts/restorepkg backup-12.18.2019_12-20-11_xyz.tar.gz

    After that for a verification check the size of the account on both servers (source and destination).

    Then point the site manually(in host file) and browse it.
    Last edited by Sayali; 12-18-2019, 07:29 PM.

  • #2
    Thats very good. Thank you for the detailed information.

    Comment

    Working...
    X