• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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