Are there any upgrade considerations to go from 1.3.2 to 1.3.3? There must because my server just died after upgrade, here is the tail of the log:
Is there an upgrade instruction file somewhere? Obviously I need to alter the database to accommodate new features.
Code:
30231:20070302:164326 Query::select httptestid,name,applicationid,nextcheck,status,delay,macros,agent from httptest where status=0 and nextcheck<=1172882606 and mod(httptestid,5)=1 and httptestid>=100000000000000*0 and httptestid<=(100000000000000*0+99999999999999) 30231:20070302:164326 Query failed:Table 'zabbix.httptest' doesn't exist [1146] 30232:20070302:164326 Query::select httptestid,name,applicationid,nextcheck,status,delay,macros,agent from httptest where status=0 and nextcheck<=1172882606 and mod(httptestid,5)=2 and httptestid>=100000000000000*0 and httptestid<=(100000000000000*0+99999999999999) 30232:20070302:164326 Query failed:Table 'zabbix.httptest' doesn't exist [1146] 30240:20070302:164326 Query::select httptestid,name,applicationid,nextcheck,status,delay,macros,agent from httptest where status=0 and nextcheck<=1172882606 and mod(httptestid,5)=3 and httptestid>=100000000000000*0 and httptestid<=(100000000000000*0+99999999999999) 30240:20070302:164326 Query failed:Table 'zabbix.httptest' doesn't exist [1146] 30242:20070302:164326 Query::select httptestid,name,applicationid,nextcheck,status,delay,macros,agent from httptest where status=0 and nextcheck<=1172882606 and mod(httptestid,5)=4 and httptestid>=100000000000000*0 and httptestid<=(100000000000000*0+99999999999999) 30242:20070302:164326 Query failed:Table 'zabbix.httptest' doesn't exist [1146] 30193:20070302:164326 One child process died. Exiting ... 30193:20070302:164328 ZABBIX Server stopped
Comment