• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Change provider / reseller

JacobColton

New Pleskian
Hi,

I am looking to change the provider / reseller a customer is under at the moment - does anyone know how to do this?

Regards,

Jacob
 
I have been investigating further and it looks like a query on the psa database is the way to do it, something like this:

update clients set parent_id='22' where id like '11';
 
At the moment, you can't do that within Plesk. You've to do everything manually.

Move subscription to yourself as admin, copy clients information somewhere, delete client, create new client on new reseller, fill the data, move subscription back to him. I know, this is very bad solution, i hope this will be fixed in future versions of Plesk.
 
OMG just found this out. This sucks badly! I cannot find anything usefull in the cli reference guide either.
 
Back
Top