hi:
when upgrade zabbix to 2.2.0, it do the db upgrade automatically, but it spend much time with high DB size, it take more than many hours, mostly on table "events", just like below:
delete from events where source=0 and object=0 and (value=2 or value_changed=0)
then i need to wait until the DB upgrade done,
any idea to avoid such wait in important monitor system. or could you provide the DB upgrade script?
when upgrade zabbix to 2.2.0, it do the db upgrade automatically, but it spend much time with high DB size, it take more than many hours, mostly on table "events", just like below:
delete from events where source=0 and object=0 and (value=2 or value_changed=0)
then i need to wait until the DB upgrade done,
any idea to avoid such wait in important monitor system. or could you provide the DB upgrade script?