PDA

View Full Version : upgrading from 1.3.2 to 1.3.3?


clahti
03-03-2007, 01:43
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:

30231:20070302:164326 Query::select httptestid,name,applicationid,nextcheck,status,del ay,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,del ay,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,del ay,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,del ay,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



Is there an upgrade instruction file somewhere? Obviously I need to alter the database to accommodate new features.

Alexei
03-03-2007, 09:05
We do not provide upgrade scripts for 1.3.x->1.3.x+1 migration.

clahti
06-03-2007, 02:00
We do not provide upgrade scripts for 1.3.x->1.3.x+1 migration.

Fair enough, how about a quick list of things I would need to look at? Probably mostly database changes?

Alexei
06-03-2007, 06:30
You may do a diff between current and previous database schemas to see what has been changed.