Status
Not open for further replies.

kempes

Active Member
Aug 20, 2002
27
0
151
Hi,

I would like to transfer some websites from one cpanel server to another.
I'll do the following:
- SSH to server 1 and backup the /home/userid and related mysql databases
- Open WHM on server 2
- Start to copy the web site (Account Copy Link)
- Open WHM on server 1
- Terminate the website
- Add DNS Zone of myclientdomain.com which points to Server 2 IP
- Restart name servers on server 1
- Update the nameservers for the domain at its registrar

Will the transfer go smoothly? Or do I miss some steps here?
 

opaque

Registered
Mar 12, 2005
3
0
151
I just use the COPY account feature and things work out great for me.. (well in most of the cases atleast.. ;-) )
 

madaboutlinux

Well-Known Member
Jan 24, 2005
1,051
2
168
Earth
opaque said:
I just use the COPY account feature and things work out great for me.. (well in most of the cases atleast.. ;-) )
Correct, you can use Copy Account Feature from WHM. You will have to login to Server2 WHM, Click on Transfers >> Copy an account from another server with account password.
OR
You can also copy a account from shell. Do the following :-
1) Login to server1
2) Execute the command :- /scripts/pkgacct username
A username.tar.gz file will be created. Copy the file on Server2 using Ftp or scp
3) Login to server2.
4) Move the .tar.gz file in /home
5) /scripts/restorepkg username

The above steps will copy your account to server2. Give it a try
 
Status
Not open for further replies.