Moving accounts from one server to another
Right as the manual is clear as mud could someone, maybe cPanel staff who have neglected to create more comprehensive documentation explain.
I have an old server and a new server. What do I do?
-
Did you review this? It's very thorough and accurate Confluence Mobile - cPanel Documentation 0 -
Hello, If you have shell access then do following. Generate backup of account cd /home /scripts/pkgacct cpanelusername it will generate backup file . Now move file to new server rsync -va /home/backup-file-name.tar.gz newserverip:/home/ on new server cd /home /script/restorepkg cpanelusername This will restore account on new server. If you want me to post script which will generate automatic backup of all accounts and after coping to remove server restore all accounts using script then let me know. 0 -
Hi @Thunderchild Have you checked the KB article here out: How to Move All cPanel Accounts from One Server to Another - cPanel Knowledge Base - cPanel Documentation Should be fairly straightforward but if you have any issues or if there are parts of this that you don't understand please let us know. 0
Please sign in to leave a comment.
Comments
3 comments