Jump to content

Selling a few hundred clients, easiest way to migrate whmcs data?


subigo

Recommended Posts

Maybe I'm missing it, but is there an easy way to export all of the client information for certain servers only? I'm thinking of selling 3 servers to another company with a total of about 300 clients on them all together. The other company also uses whmcs. Basically, I need a way to export all of the client information for them... plan details, packages, customer addresses, etc...

 

Even if it's just a spreadsheet or something, what would be the easiest way to extract just this information for them?

 

Keep in mind that I can't just give them a dump of the whmcs database, we have thousands of clients and they are just getting a few hundred of them.

Link to comment
Share on other sites

You can probably do a dump from phpmyadmin by using a where clause.

Select * FROM * WHERE `table.server` = 'server number'

(table names and fields will vary, obviously)

Once you get this displayed in phpmyadmnin and the data is correct, export it as CSV.

Link to comment
Share on other sites

  • 1 month later...
Maybe I'm missing it, but is there an easy way to export all of the client information for certain servers only?

 

Yes, copy the db, then delete the servers you're not selling, delete the tblhosting records from the db that were on those servers, delete the clients that dont have a package, delete the emails that donthave a client, delete the tickets that dont have a client ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated