Hi guys,
I encounter some error where i cant find the reason for on my system yet.
The description of this db table:
Can you guide me to a solution? Maybe another mariadb version that can handle with it?
I encounter some error where i cant find the reason for on my system yet.
Code:
21339:20211122:014758.414 Starting Zabbix Server. Zabbix 5.4.4 (revision 1765c4f1bc). 21339:20211122:014758.415 ****** Enabled features ****** 21339:20211122:014758.415 SNMP monitoring: YES 21339:20211122:014758.415 IPMI monitoring: NO 21339:20211122:014758.415 Web monitoring: YES 21339:20211122:014758.415 VMware monitoring: NO 21339:20211122:014758.415 SMTP authentication: YES 21339:20211122:014758.415 ODBC: NO 21339:20211122:014758.415 SSH support: YES 21339:20211122:014758.415 IPv6 support: YES 21339:20211122:014758.415 TLS support: YES 21339:20211122:014758.415 ****************************** 21339:20211122:014758.415 using configuration file: /etc/zabbix/zabbix_server.conf 21339:20211122:014758.426 current database version (mandatory/optional): 05030002/05030002 21339:20211122:014758.427 required mandatory version: 05040000 21339:20211122:014758.427 starting automatic database upgrade 21339:20211122:014758.434 [Z3005] query failed: [1064] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '''',3)' at line 1 [insert into profiles (profileid,userid,idx,idx2,value_id,value_int,value_str,source,type) values (941,2,'web.templates.dashbrd.list.sort',0,0,0,'name',''',3)] 21339:20211122:014758.438 database upgrade failed
Code:
MariaDB [zabbix]> describe profiles; +-----------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------+---------------------+------+-----+---------+-------+ | profileid | bigint(20) unsigned | NO | PRI | NULL | | | userid | bigint(20) unsigned | NO | MUL | NULL | | | idx | varchar(96) | NO | | ' | | | idx2 | bigint(20) unsigned | NO | | 0 | | | value_id | bigint(20) unsigned | NO | | 0 | | | value_int | int(11) | NO | | 0 | | | value_str | text | NO | | NULL | | | source | varchar(96) | NO | | ' | | | type | int(11) | NO | | 0 | | +-----------+---------------------+------+-----+---------+-------+ 9 rows in set (0.002 sec)
Comment