nolageek Posted February 14, 2008 Share Posted February 14, 2008 We've moved a few (ok, about 600) domains from one server to another. Running Plesk. Is there a way to bulk switch these from one Package/Server to another, or will I have to do them by hand, one by one? SQL? Thanks. Vincent 0 Quote Link to comment Share on other sites More sharing options...
texhead Posted March 12, 2008 Share Posted March 12, 2008 I am also contemplating buying this software and importing all clients after a server change. I am biting off a bit I know but... My clients will have the wrong server info. Is there a bulk switch or can we do a simple SQL staement on the database? Tony 0 Quote Link to comment Share on other sites More sharing options...
redham Posted March 12, 2008 Share Posted March 12, 2008 There is a WHM import script in WHMCS. I haven't used it for a couple of WHMCS versions ago so I don't know how well it works. I remember I had to do some manuel entries when I used it. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted March 12, 2008 WHMCS CEO Share Posted March 12, 2008 An SQL statement like this will change all clients from one server to another: UPDATE tblhosting SET server='2' WHERE server='1'; So that would change all clients from server ID 1 to server ID 2. Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.