• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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