• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Unable to execute SQL: Unknown database 'horde'

Leon

New Pleskian
After migrating a website to another plesk server I wanted to back up the domain.

It seems to be backing up but it shows the following error:

Error:mailname "test.test"
Unable to execute SQL: Unknown database 'horde'

I have checked on both servers (in settings -> upgrade) if horde was installed and it seems to be installed on both servers.

Other than that I am actually using roundcube as webmail.
 
Last edited:
Check that database 'horde' is really exists with

# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
mysql> show databases;

If there is any problems with horde database, try to fix it with

# /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh post-install horde
 
Back
Top