• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Migration - convert reseller to domain adminstrator accounts

C

carver6

Guest
I used the migration assistant to move from cPanel to Plesk. There are several resellers. I have moved all domains to one reseller. Now I want to create Domain Administrators accounts for those users and copy their passwords from their Reseller Acount to their newly created Domain Administrator account.

As I can find no way to change an account from Reseller to Domain Administrator, I'm thinking about making the Domain Administrator accounts manually, then copying their encrypted password from Reseller pasword table to the appropriate Domain Administrator table in the PSA database.

Unless of course there is somewhere I can just change a couple fields in the DB to change the status to Domain Administrator and associate it with the correct domain account.

I need the schema or some advice!
 
to get the db schema, go on command line and run mysql -u admin

you will be able to see the schema :p
 
Back
Top