After doing a zabbix 3.2 upgrade using RPM from 3.0.7 I now get the error - The frontend does not match Zabbix database
Is there a database upgrade script I need to run after running the 3.2 RPM's?
I tried to run the install script for mysql
zcat /usr/share/doc/zabbix-server-mysql-3.2.*/create.sql.gz | mysql -uzabbix -p zabbix
but this errors out due to the fact the tables already exist, so there must be a sql upgrade script that i am issing to update the mysql database after running the RPM's
this is on CENTOS 7
Is there a database upgrade script I need to run after running the 3.2 RPM's?
I tried to run the install script for mysql
zcat /usr/share/doc/zabbix-server-mysql-3.2.*/create.sql.gz | mysql -uzabbix -p zabbix
but this errors out due to the fact the tables already exist, so there must be a sql upgrade script that i am issing to update the mysql database after running the RPM's
this is on CENTOS 7
Comment