• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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