I have followed the instructions in the Zabbix 1.4 manual for upgrading from a zabbix 1.1 install. However, when I try to start the zabbix_server, I get the following error in the server log and the server dies....
22355:20070618:110049 Query::select eventid,value,clock from events where source=0 and object=0 and objectid=13058 order by clock desc limit 2
22355:20070618:110049 Query failed:PGRES_FATAL_ERROR:ERROR: column "object" does not exist
I have checked the schema in zabbix-1.4/upgrades/dbpatches/1.4/postgresql and the entry for table "events" does not mention an "object" or "objectid" column.
What's wrong here? Is the upgrade schema for postgresql broken?
Regards, Dan...
22355:20070618:110049 Query::select eventid,value,clock from events where source=0 and object=0 and objectid=13058 order by clock desc limit 2
22355:20070618:110049 Query failed:PGRES_FATAL_ERROR:ERROR: column "object" does not exist
I have checked the schema in zabbix-1.4/upgrades/dbpatches/1.4/postgresql and the entry for table "events" does not mention an "object" or "objectid" column.
What's wrong here? Is the upgrade schema for postgresql broken?
Regards, Dan...
Comment