PDA

View Full Version : ZABBIX 1.1beta11 - Missing gsm_modem field in media_type table


vrtareg
31-05-2006, 12:30
Hi

There are missing field in "media_type" table.
"gsm_modem" field is missing.

You can add them by mysql command:

alter table media_type add gsm_modem varchar(255) DEFAULT '' NOT NULL;

Regards
Areg

erisan500
31-05-2006, 12:38
That is introduced in beta12.

You need to update you mysql db with update.sql !!

vrtareg
31-05-2006, 12:42
There are no update.sql in zabbix-1.1beta12.tar.gz.
Can you share this patch?

Thanks
Areg

erisan500
31-05-2006, 12:55
Sorry, i meant patch.sql

zabbix-1.1beta12/upgrades/dbpatches/1.1beta11_to_1.1beta12/mysql/patch.sql

vrtareg
31-05-2006, 16:03
Oh sorry i dont noticed that patch :)
It comes after 1.1beta1_to_1.1beta2 folder by sorting and i dont see it, i try to find them after 1.1beta9_to_1.1beta10 folder

Thank you

Thanks
Areg