Comment 4 for bug 689757

Revision history for this message
Thomas Schweikle (tps) wrote :

In the configuration file the dbport is for MySQL. Should be the one for PostgreSQL:

output postgres { dbhost localhost; dbport 3306; dbuser sysloguser; dbpass syslogpass; dbname syslogs; };

output postgres { dbhost srv.domain; dbport 5423; dbuser sysloguser; dbpass syslogpass; dbname syslogs; };