I have a web host that is horrible.Does anyone know hoe to remove my web hosts from their accounts without bothering my clients, and put them on the new web hosts servers? I have access to their domain nameservers so that wont be an issue.
I have a web host that is horrible.Does anyone know hoe to remove my web hosts from their accounts without bothering my clients, and put them on the new web hosts servers? I have access to their domain nameservers so that wont be an issue.
you can get a new server and move the accounts one by one using the c-panel feature "move accounts" itself.
get to me if you need help in moving. iam available at the id's on my signature.
cPanel Certified Specialist
http://www.admin-ahead.com
https://ticketforge.com
AIM: tux image Skype: admin-ahead
hello,
you could move them as suggested above,but u'll still have a downtime.
in order to move without a downtime or at elast minimize it as much as possible,i believe you should edit your DNS zones(if you have access to),so that other DNS servers update faster,then wait for 24 hours and change your IPs to the new IP addresses.
that'll make it a little bit faster to propagate.
i've been in that very situation,but i owned both servers,so i had the time to move and prepare.
i also used some firewall rules to forward the requests to the new server which prevented almost any downtime.
sry for your bad experience.just take your time searching for the next host,customers can forgive you once but a little would forgive you twice![]()
In cPanel, you can do a backup of the home directory and any databases. You can also do an entire site backup that can be ftp'd to a remote server.
I'd recommend setting your DNS TTL's to 1800 seconds or less for each domain, wait the length of the TTL prior to shortening, and then move your sites. This will make for much quicker propagation of DNS after your change. This, of course, assumes that you have access to make these changes--or can get the DNS admin/ server admin to make them for you.
Best of luck in your move.
Last edited by dafut; 01-05-2007 at 02:33 AM.
Then you will be there a very long time..![]()
I would suggest using this nifty little script:
cd /var/cpanel/users
for i in * ; do /scripts/pkgacct $i ; done
scp /home/cpmove-* root@newserver.com:/home
Will package up all acconts and move them onto the new server, then all you have to do is restore them through WHM.