After you upgrade your installation to 2.9.2, you must upgrade *all* of your previous log tables to the new varchar(128) format for the host column like so: alter table logs modify hostYYYYMMDD varchar(128) default NULL;
Otherwise, you will get the following after it's upgraded, and logrotate runs: Query failed: All tables in the MERGE table are not identically defined I didn't update my logrotate script after I upgraded from 2.9.1, so that might be part of the problem too. Jason Martens ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Php-syslog-ng-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

