Skip to main content

Transferring very large account from one server to another

Comments

2 comments

  • 24x7server
    Hello, Yes, You can migrate your account using the Skip Homedir options in WHM and after that try to rsync your all files from old server to new server through command so that you will not get any issues with permission and ownership Try to execute following command on your old server rsync -av --progress /home/$username/* NEWSERVER_IP:/home/$username/
    Thank you..!
    0
  • cPanelMichael
    [quote="rezman, post: 1553831">Question 1: Am I correct to assume the Cpanel transfer will move all SQL data related to webmails (address books) over?
    The cPanel transfer process does include MySQL databases associated with the account. This includes data you have stored in the Horde or Roundcube databases. Note that in some cases MySQL is not used (e.g. if you are using SQLite for Roundcube). [quote="rezman, post: 1553831">Question 2: Is there any problem with doing it like this? Moving via backup would resort in lost email seeing as mail moves through this account non-stop.
    This is an acceptable practice. It's one of the reasons the option to skip the home directory was implemented. Thank you.
    0

Please sign in to leave a comment.