• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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