Quote:
Originally Posted by bobby It looks like the problem was always with the logger mysql password. I think the mailbox mysql migration is done. Let's check the database:
# su - zimbra
$ mysql zimbra
> select * from config;
> describe scheduled_task;
|
As requested:
mysql> select * from config;
+-----------------+-------+-------------------+---------------------+
| name | value | description | modified |
+-----------------+-------+-------------------+---------------------+
| db.version | 48 | db schema version | 2007-11-26 09:02:47 |
| index.version | 2 | index version | 2007-11-26 09:02:47 |
| redolog.version | 1.21 | redolog version | 2007-11-26 09:02:47 |
+-----------------+-------+-------------------+---------------------+
3 rows in set (0.01 sec)
mysql> describe scheduled_task;
+-----------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| class_name | varchar(255) | NO | PRI | | |
| name | varchar(255) | NO | PRI | | |
| mailbox_id | int(10) unsigned | NO | PRI | | |
| exec_time | datetime | YES | | NULL | |
| interval_millis | int(10) unsigned | YES | | NULL | |
| metadata | mediumtext | YES | | NULL | |
+-----------------+------------------+------+-----+---------+-------+
6 rows in set (0.03 sec)
Quote:
|
I think you could make a copy of zmsetup.pl, comment out everything in the applyConfig subroutine up to "configInitLogger();", and then run that (Brian, please correct me if I'm wrong).
|
I made the edits and ran the script and got this result:
Operations logged to /tmp/zmsetup.02142008-064153.log
Starting ldap...done.
Setting defaults...done.
Upgrading from to 5.0.2_GA_1975
Stopping zimbra services
Verifying /opt/zimbra/conf/my.cnf
Starting mysql
Starting logger mysql
Thu Feb 14 06:43:33 2008: SELECT value FROM config WHERE name = 'db.version'
I can't upgrade version
UPGRADE FAILED - exiting