• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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