• 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.

Resolved Licence change: how can we retreive customers & domains

Erwan

Regular Pleskian
Hi all,
We have a server with Plesk Onyx.
Due to a renewal error, the license has expired. We took a new one and installed the key. We have good access to the dashboard again but "Website & domain" is empty (cf screen picture).
"Tools & settings" configuration are still here.
FTP access to the domains still work.

How can we retriece customers & and domain?

Thank you.
 

Attachments

  • screen.jpg
    screen.jpg
    74.6 KB · Views: 12
What is the output of command

# plesk repair db -n

?
 
Hi Igor,

# plesk repair db -n
Checking the Plesk database using the native database server tools .. [OK]
Checking the structure of the Plesk database ........................ [OK]
Checking the consistency of the Plesk database ...................... [OK]
Error messages: 0; Warnings: 0; Errors resolved: 0


No change.
 
What about:

# plesk db
mysql> select name from domains;

?
 
+---------------------+
| name |
+---------------------+
| ws01.mydomain.net |
| wstor10.mydomain.net |
+---------------------+
 
Try to fix it with the following commands:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation
 
For information, after support exchanges, the problem has been solved with:
#plesk bin poweruser --off
 
Back
Top