I am create new DB in postgress and copy by py-mysql2pgsql configs tables. After i copy tables i see error:
In logs zabbix-server:
I am create index
but it is not help for resolving this problem.
Code:
–The frontend does not match Zabbix database. Current database version (mandatory/optional): 3010000/3010000. Required mandatory version: 3020000. Contact your system administrator.
Code:
14310:20170402:125749.476 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: index "history_log_2" does not exist [drop index history_log_2]
Code:
CREATE INDEX history_log_2 ON history_log USING btree (itemid, clock);
Comment