• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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