Hi,
as we have choosen postgresql db-backend and this is the tenth bug with postgresql query let zabbix-server dies I have to ask the developers:
What scenarios are you testing zabbix with postgres and why does things like this happens:
I have since now seen no thread or bug-report were we ever get a feedback from one of the developers. Are you kidding or just ignoring things?
I mean I have no problems to help and doing things suggested to me but with no little feedback from upstream - no chance
Please give one little statement or at least the good advise:
"choose another database backend, because postgresql-support is just experimental"
as we have choosen postgresql db-backend and this is the tenth bug with postgresql query let zabbix-server dies I have to ask the developers:
What scenarios are you testing zabbix with postgres and why does things like this happens:
Code:
10909:20090204:202827 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: duplicate key value violates unique constraint "trends_uint_pkey" [insert into trends_uint (clock,itemid,num,value_min,value_avg,value_max) values (1233774000,22981,1,4150464512,4150464512,4150464512)] 10909:20090204:202827 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: current transaction is aborted, commands ignored until end of transaction block [update items set nextcheck=1233777496,prevvalue=lastvalue,prevorgvalue=NULL,lastvalue='4150464512',lastclock=1233775696 where itemid=22981] 10909:20090204:202827 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: current transaction is aborted, commands ignored until end of transaction block [select distinct function,parameter,itemid,lastvalue from functions where itemid=22981] 10905:20090204:202828 One child process died. Exiting ... 10905:20090204:202830 ZABBIX Server stopped. ZABBIX 1.6.2.
I mean I have no problems to help and doing things suggested to me but with no little feedback from upstream - no chance

Please give one little statement or at least the good advise:
"choose another database backend, because postgresql-support is just experimental"
Comment