Restoring RoundCube and Horder MySQL databases

openmind

Member
Oct 30, 2007
24
0
51
We recently had a MySQL crash which has renedered the databases for RoundCube and Horde corrupted.

We have restored user databases from backups but we cannot find the database backups for RoundCube and Horde. Any idea where they are?

Failing that how do we re-install those two elements to restore the DBs?
 

TaneNZ

Active Member
Apr 11, 2007
37
0
156
(as root)

/scripts/fullhordereset

echo "create database roundcube" | mysql
mysql -D roundcube < /usr/local/cpanel/base/3rdparty/roundcube/SQL/mysql.initial.sql
mysql -D roundcube < /usr/local/cpanel/base/3rdparty/roundcube/SQL/mysql.update.sql