Quote:
Originally Posted by sdfaheem
What if the source server do not have access, can we still transfer through WHM?
Like in my case, my host shut down my forum saying that i am utilizing more of his CPU resources, so now i upgrade to a VPS and doing the transfer manually.
|
lets asume they both have cPanel
1) Go into your shared account, make a FULL backup, wait for the email saying it is complete.
2) Go into legacy file manager, or your FTP program you use, and move it to the "public_html" or "www" directory. Change the permissions to 777
3) login to "root" SSH via puTTy.exe (google it)
type this:
Code:
cd home
wget http://yoursite.com/backupfilename-date.tar.gz
4) Go into ROOT WHM on your VPS server, and click "Restore full cpmove/cpbackup"
5) finally, type in the username you use to login to cPanel with
6) wait for it to say "done" (after all the other "restoring" stuff it will say)
There ya go, you transfered all your files, databases, settings, and email accounts (etc) to your VPS server