• 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

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