Error: the ZABBIX database version does not match current requirements. Your database version: 5000000. Required version: 4000000. Please contact your system administrator
Cause of problem:
the current database version is inconsistent with the required database version
solution:
log in to the database and modify the mandatory value of the database version to 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();
Restart ZABBIX server
Read More:
- ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- Linux (error 1819 (HY000): your password does not satisfy the current policy requirements)
- MYSQL:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- MySQL 8 — error in setting simple password error 1819 (HY000): your password does not satisfy the current policy requirements
- The version number of robot JS running by electron does not match
- The python version output from the command line is inconsistent with the python version in the current CONDA environment
- urllib3 (1.26.4) or chardet (4.0.0) doesn‘t match a supported version!
- In SQLite database, set the default value for the field as the current time
- How to view the version of MySQL database
- configure: error: Package requirements (sqlite3 」 3.7.4) were not met:
- ZABBIX agent failed to start
- Eclipse specifies JDK version to start, and resolves version XXXX of the JVM is not suitable
- ZABBIX server startup error resolution
- Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.
- /usr/sbin/zabbix_agentd: error while loading shared libraries: libcurl.so.4
- Start eclipse and prompt version 1.7.0_ 79 of the JVM is not suitable for this product. Version: 1.8 or greater i…
- Quartus ii 13.1 compilation does not pass: Error (119013): Current license file does not support the EP4CE10F17C8 device
- pathspec ‘master’ did not match any files known to git
- 13. R language: Error in match.names(clabs, names(xi)): The name is not relative to the original name
- An error occurs when superstet connects to the Clickhouse database: error: could not load database driver: Clickhouse