Hi,
I haven't seen this one here, yet, and couldn't find it online, either.
Originally an Zimbra OSS install, I'm hoping to go from Zextras/9 to Maldua/10 and settle in.
OS is Oracle (OEL) 8, standard (not-UEK) kernel.
First, an easy thing - do you disabled original repos for this install or do you keep them around during the install?
What afterwards?
Then the real problem, I do this:
cd /install/zcs-10.1.15_GA_4200001.RHEL8_64.20260110181408
./install.sh
I can start the installer I'm getting some DB table errors that point at schema differences.
Now, I could skip that check but probably it wouldn't make my life better, or will it?
Code: Select all
Do you want to verify message store database integrity? [Y] y
Verifying integrity of message store databases. This may take a while.
mysqld is alive
ERROR 1932 (42S02) at line 1: Table 'mboxgroup18.mail_item' doesn't exist in engine
Database errors found.
/opt/zimbra/common/bin/mysqlcheck --defaults-file=/opt/zimbra/conf/my.cnf -S /opt/zimbra/data/tmp/mysql/mysql.sock -A -C -s -u root --auto-repair --password=XXXXXXXX
mboxgroup18.appointment
Error : Table 'mboxgroup18.appointment' doesn't exist in engine
mboxgroup18.appointment_dumpster
Error : Table 'mboxgroup18.appointment_dumpster' doesn't exist in engine
mboxgroup18.data_source_item
Error : Table 'mboxgroup18.data_source_item' doesn't exist in engine
mboxgroup18.event
Error : Table 'mboxgroup18.event' doesn't exist in engine
mboxgroup18.imap_folder
Error : Table 'mboxgroup18.imap_folder' doesn't exist in engine
mboxgroup18.imap_message
Error : Table 'mboxgroup18.imap_message' doesn't exist in engine
mboxgroup18.mail_item
Error : Table 'mboxgroup18.mail_item' doesn't exist in engine
mboxgroup18.mail_item_dumpster
Error : Table 'mboxgroup18.mail_item_dumpster' doesn't exist in engine
mboxgroup18.open_conversation
Error : Table 'mboxgroup18.open_conversation' doesn't exist in engine
mboxgroup18.pop3_message
Error : Table 'mboxgroup18.pop3_message' doesn't exist in engine
mboxgroup18.purged_conversations
Error : Table 'mboxgroup18.purged_conversations' doesn't exist in engine
My brain is a bit mushy and I'm not sure if I should just do a fresh install of this and pull in data.
I'm afraid since usually it'll lose some localconfig setting and these days it could take me days to
fix that afterwards. So, for now, I'll just abort but would highly appreciate if someone tells me
what to do with this.
edit:
did some more backups and after looking into it a bit more I tried to backup and then drop that table. there was nothing in it.
Also tried innodb force recovery etc.; from what I gather this was really missing in my original setup and not related to upgrade.