hi everyone, i apoligies for my bad english..
we create a new zabbix server and follow logs ;
[select i.itemid,a.name from applications a,items_applications i where a.applicationid=i.applicationid and i.itemid=23274]
265:20221202:081655.092 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: relation "applications" does not exist
LINE 1: select i.itemid,a.name from applications a,items_application...
when i compare zabbix server v5 web ui it's seen there
and in zabbix 6.2.3 not there
how to fix this error?
we create a new zabbix server and follow logs ;
[select i.itemid,a.name from applications a,items_applications i where a.applicationid=i.applicationid and i.itemid=23274]
265:20221202:081655.092 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: relation "applications" does not exist
LINE 1: select i.itemid,a.name from applications a,items_application...
when i compare zabbix server v5 web ui it's seen there
and in zabbix 6.2.3 not there
how to fix this error?
Comment