Boa tarde.
Estou com o seguinte erro no log do zabbix, quando inicio o Zabbix, depois do upgrade de 2.2 para 3.0:
current database version (mandatory/optional): 02010009/02010009
required mandatory version: 03000000
starting automatic database upgrade
[Z3005] query failed: [1060] Duplicate column name 'hostid' [alter table httptest add hostid bigint unsigned]
database upgrade failed
Então eu tentei:
mysql> alter table httptest drop hostid;
ERROR 1025 (HY000): Error on rename of './zabbix/#sql-1502_b8' to './zabbix/httptest' (errno: 150)
Grato pela ajuda.
Estou com o seguinte erro no log do zabbix, quando inicio o Zabbix, depois do upgrade de 2.2 para 3.0:
current database version (mandatory/optional): 02010009/02010009
required mandatory version: 03000000
starting automatic database upgrade
[Z3005] query failed: [1060] Duplicate column name 'hostid' [alter table httptest add hostid bigint unsigned]
database upgrade failed
Então eu tentei:
mysql> alter table httptest drop hostid;
ERROR 1025 (HY000): Error on rename of './zabbix/#sql-1502_b8' to './zabbix/httptest' (errno: 150)
Grato pela ajuda.
Comment