horde is missing database

modom

Well-Known Member
May 18, 2002
74
0
306
Arkansas
Hi,

I had a harddrive failure and the horde mail program shows in phpmyadmin but no database listings are there.

roundcube shows in phpmyadmin even though it is turned off in whm but with errors.
Unknown storage engine 'InnoDB'
roundcube.cache
check
error
Corrupt

Can someone please tell me how to reinstall the database for horde? I don't use roundcube.

In the /etc/my.cnf file I have listed skip-innodb ... would this have caused the innodb corruption?

Thanks!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You can force an update of Horde via:

Code:
/usr/local/cpanel/bin/update-horde --force
This will update the Horde database. The "skip-innodb" line does not cause InnoDB corruption, but rather it disables InnoDB.

Thank you.
 

modom

Well-Known Member
May 18, 2002
74
0
306
Arkansas
I had put a ticket in with cpanel and we copied the horde database from the old failed harddrive over to the new drive. There are missing emails.

Will this command get back the lost emails from a week ago?
/usr/local/cpanel/bin/update-horde --force
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Individual emails are not stored in the Horde database. Instead, they are stored under the account itself. EX:

Code:
# /home/username/mail/domain.com/email-user
Note that emails that have already been viewed are under the "cur" directory.

Thank you.