However, I did notice that the localconfig.xml on the new server is much smaller than the old one. Some items not included are:
[root@old conf]# grep logger localconfig.xml
<key name="logger_mysql_mycnf">
<value>${zimbra_home}/conf/my.logger.cnf</value>
<value>${zimbra_home}/logger/db/work</value>
<key name="logger_mysql_pidfile">
<value>${zimbra_home}/logger/db/mysql.pid</value>
<key name="logger_mysql_directory">
<value>${zimbra_home}/logger/mysql</value>
<key name="logger_mysql_data_directory">
<value>${zimbra_home}/logger/db/data</value>
<key name="logger_mysql_port">
<key name="logger_mysql_socket">
<value>${zimbra_home}/logger/db/mysql.sock</value>
<key name="logger_mysql_bind_address">
The file my.logger.cnf is there...
And I could find nothing in the log files, errors or otherwise. |