I was running zimbra open source edition for about 2 years on RHEL 4. One my hardrives failed and the last backup I have is about 6 mounths old.
I have been able rsync the /opt/zimbra directory on the corrupt disk and install the same version of zimbra on a centos 4.7 server and replace the /opt/zimbra as described in a few wiki pages. Most of my users can log in so the ldap data seem to be intact.
Once logged in users can click on emails about 50% of them. Emails that fail, fail with missing BLOB errors.
First Issue I think I should tackle, getting everyone to be able to view there mailbox:
I am having DB issues, when I run zmdbintegrityreport I get the following errors:
Code:
mboxgroup14.pop3_message
Error : Table 'mboxgroup14.pop3_message' doesn't exist
error : Corrupt
mboxgroup28.revision
Error : Table 'mboxgroup28.revision' doesn't exist
error : Corrupt
mboxgroup35.revision
Error : Table 'mboxgroup35.revision' doesn't exist
error : Corrupt
I have 2 users that are having the following errors when I try to query the mysql db:
Code:
mysql> describe mail_item;
ERROR 1146 (42S02): Table 'mboxgroup21.mail_item' doesn't exist
How can I address these issues. Any suggestions would be appreciated.