I'm upgrading Zimbra 5.0.10 32bit to Zimbra 5.0.11 32bit on a CentOS 5 system.
It almost finishes the installation and appears to hang on a SQL query
Code:
Starting ldap...done.
Setting defaults...done.
Upgrading from 5.0.10_GA_2609 to 5.0.11_GA_2695
Stopping zimbra services
Verifying /opt/zimbra/conf/my.cnf
Starting mysql
Starting logger mysql
Tue Nov 18 20:46:07 2008: SELECT value FROM config WHERE name = 'db.version'
This appears to be 5.0.10_GA
Redolog Version: 1.23 New Redolog Version: 1.23
Stopping mysql
An upgrade of the logger schema is necessary from version 5
Running /opt/zimbra/libexec/scripts/migrateLogger6-qid.pl
Tue Nov 18 20:46:23 2008: SELECT value FROM config WHERE name = 'db.version'
Tue Nov 18 20:46:24 2008: Verified schema version 5.
Tue Nov 18 20:46:24 2008: Modifying postfix_qid size
Tue Nov 18 20:46:24 2008: alter table raw_logs modify postfix_qid VARCHAR(25);
alter table mta modify qid VARCHAR(25);
It almost looks like it shuts down MySQL and then triess to run a script on it.
I've done a CTRL-C out of the upgrade and re-run it and it hangs at the same point.
Any ideas?