Hello,
Im using Zabbix for more than 12 years, from source.
To upgrade I backup everything, compile and install the binary, upgrade php files, and done.
Today I try upgrade from 4.0.3 to 4.4.0 and zabbix_server show the error on log:
493:20191026:164751.353 [Z3005] query failed: [1091] Can't DROP 'c_dchecks_1'; check that column/key exists [alter table dchecks drop foreign key c_dchecks_1]
I search and found this solution: https://support.zabbix.com/browse/ZBX-16141
This fix this issue, then zabbix server stop again on database upgrade, new error:
1906:20191026:165919.883 [Z3005] query failed: [1091] Can't DROP 'c_host_inventory_1'; check that column/key exists [alter table host_inventory drop foreign key c_host_inventory_1]
Any advice?
Thank very much
ascarneiro
Im using Zabbix for more than 12 years, from source.
To upgrade I backup everything, compile and install the binary, upgrade php files, and done.
Today I try upgrade from 4.0.3 to 4.4.0 and zabbix_server show the error on log:
493:20191026:164751.353 [Z3005] query failed: [1091] Can't DROP 'c_dchecks_1'; check that column/key exists [alter table dchecks drop foreign key c_dchecks_1]
I search and found this solution: https://support.zabbix.com/browse/ZBX-16141
This fix this issue, then zabbix server stop again on database upgrade, new error:
1906:20191026:165919.883 [Z3005] query failed: [1091] Can't DROP 'c_host_inventory_1'; check that column/key exists [alter table host_inventory drop foreign key c_host_inventory_1]
Any advice?
Thank very much
ascarneiro
Comment