OS Debian 12
zabbix_server (Zabbix) 7.0.4
psql (PostgreSQL) 16.4 (Debian 16.4-1.pgdg120+2)
timescaledb | 2.16.1 | public | Enables scalable inserts and complex queries for time-series data (Community Edition)
In logs:
The database version and the timescaledb version correspond to the supported version of the zabbix server.
But the required function " _timescaledb_internal.insert_blocker()" is not in timescaledb. How to solve this problem?
Maybe just wait and the new version will fix it?
zabbix_server (Zabbix) 7.0.4
psql (PostgreSQL) 16.4 (Debian 16.4-1.pgdg120+2)
timescaledb | 2.16.1 | public | Enables scalable inserts and complex queries for time-series data (Community Edition)
In logs:
Code:
WARNING: function _timescaledb_internal.insert_blocker() is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version. 2934164:20241102:110653.278 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: insert_blocker: not called by trigger manager CONTEXT: PL/pgSQL function _timescaledb_internal.insert_blocker() line 6 at RETURN [insert into trends_uint (itemid,clock,num,value_min,value_avg,value_max) values (221813,1730523600,6,10375216,10376716,10378216)
But the required function " _timescaledb_internal.insert_blocker()" is not in timescaledb. How to solve this problem?
Maybe just wait and the new version will fix it?
Comment