报错:Zabbix数据库版本与当前需求不匹配

Posted 可乐卷儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错:Zabbix数据库版本与当前需求不匹配相关的知识,希望对你有一定的参考价值。

报错:The Zabbix database version does not match current requirements. Your database version: 5000000. Required version: 4000000. Please contact your system administrator.

问题原因:
当前数据库版本与所需数据库版本不一致;
解决方法:
登录数据库,修改数据库版本的mandatory值至4000000

MariaDB [(none)]> use zabbix;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MariaDB [zabbix]> select version();
+----------------+
| version()      |
+----------------+
| 5.5.68-MariaDB |
+----------------+
1 row in set (0.00 sec)

MariaDB [zabbix]> update dbversion set mandatory=4000000;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0

MariaDB [zabbix]> flush privileges;
Query OK, 0 rows affected (0.00 sec)

MariaDB [zabbix]> select version();

重启zabbix-server端即可

以上是关于报错:Zabbix数据库版本与当前需求不匹配的主要内容,如果未能解决你的问题,请参考以下文章

zabbix导入模板报错?

Python脚本优化-----Zabbix多行日志监控

Cassandra 异常缓存架构版本 X 与当前架构版本 Y 不匹配

arcgis报错000346

npm

用于代码生成的 ANTLR Tool 版本 4.5.3 与当前运行时版本 4.7.1 不匹配