• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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