Hi,
we are way behind with our upgrade, so I am currently upgrading 2.0 to 2.2, in order to then upgrade to 3.4
The database upgrade fails however. With debugging on we get:
query failed: [1054] Unknown column 'status' in 'proxy_history' [alter table proxy_history change column status state integer default '0' not null]
I am using version 2.2.21
Zabbix seems to be expecting a column I don't have.
How do I best proceed from this?
Cheers,
BC
we are way behind with our upgrade, so I am currently upgrading 2.0 to 2.2, in order to then upgrade to 3.4
The database upgrade fails however. With debugging on we get:
query failed: [1054] Unknown column 'status' in 'proxy_history' [alter table proxy_history change column status state integer default '0' not null]
I am using version 2.2.21
Zabbix seems to be expecting a column I don't have.
How do I best proceed from this?
Cheers,
BC
Comment