I had zabbix server 5.0.4 running on one system with php 7.2.0 on ubuntu 18.04 and mysql 5.5 on another system.
I updated php to 7.3, updated mysql to 8.0 and then updated zabbix 5.0.4 to 5.2, however I am getting this :
The Zabbix database version does not match current requirements. Your database version: 5000000. Required version: 5020000
Where have I gone wrong ? Please help ...
mysql> select * from dbversion;
+-----------+----------+
| mandatory | optional |
+-----------+----------+
| 5000000 | 5000000 |
+-----------+----------+
1 row in set (0.08 sec)
What changes do I need to perform to make it work ?
I updated php to 7.3, updated mysql to 8.0 and then updated zabbix 5.0.4 to 5.2, however I am getting this :
The Zabbix database version does not match current requirements. Your database version: 5000000. Required version: 5020000
Where have I gone wrong ? Please help ...
mysql> select * from dbversion;
+-----------+----------+
| mandatory | optional |
+-----------+----------+
| 5000000 | 5000000 |
+-----------+----------+
1 row in set (0.08 sec)
What changes do I need to perform to make it work ?
(at the vault!
).
Comment