Hello,
I have a fairly old system (that is already upgraded to 1.4.1) that has lots of events in the database (1.7G). Running zabbix_server -n 1 doesn't seem to work for me.
In looking at the queries, update %s set %s=%s+" ZBX_FS_UI64 " where %s>0, for example, does an update which is killing my system with 10,000,000+ trends & history (each).
I let it run 36 hours once and it went through some of the tables but never actually did the update (I saw the update process running but it wasn't updating anything).
Has there been any though to using a temp table or such?
Are the various operations that the node upgrade does documented somewhere that I could follow to run manually?
While I'm asking, any reason the max node is set to 1000? Any chance of adding another 0?
Thanks!
David
I have a fairly old system (that is already upgraded to 1.4.1) that has lots of events in the database (1.7G). Running zabbix_server -n 1 doesn't seem to work for me.
In looking at the queries, update %s set %s=%s+" ZBX_FS_UI64 " where %s>0, for example, does an update which is killing my system with 10,000,000+ trends & history (each).
I let it run 36 hours once and it went through some of the tables but never actually did the update (I saw the update process running but it wasn't updating anything).
Has there been any though to using a temp table or such?
Are the various operations that the node upgrade does documented somewhere that I could follow to run manually?
While I'm asking, any reason the max node is set to 1000? Any chance of adding another 0?

Thanks!
David

Comment