I have trouble after upgrading Zabbix with PostgreSQL db.
The frontend says
zabbix_server.log:
How shall I proceed?
The frontend says
Database error
The frontend does not match Zabbix database. Current database version (mandatory/optional): 3010005/3010005. Required mandatory version: 4040000. Contact your system administrator.
The frontend does not match Zabbix database. Current database version (mandatory/optional): 3010005/3010005. Required mandatory version: 4040000. Contact your system administrator.
Code:
... 9957:20200401:150456.139 using configuration file: /etc/zabbix/zabbix_server.conf 9957:20200401:150456.154 current database version (mandatory/optional): 03010005/03010005 9957:20200401:150456.154 required mandatory version: 04040000 9957:20200401:150456.154 optional patches were found 9957:20200401:150456.154 starting automatic database upgrade 9957:20200401:150456.155 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: relation "trigger_tag" already exists [create table trigger_tag ( triggertagid bigint not null, triggerid bigint not null, tag varchar(255) default '' not null, value varchar(255) default '' not null, primary key (triggertagid) )] 9957:20200401:150456.155 database upgrade failed
Comment