Ad Widget

Collapse

After updating the Zabbix server from 6.4 to 7.0.4, warnings appeared in the logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ultrix
    Junior Member
    • May 2018
    • 11

    #1

    After updating the Zabbix server from 6.4 to 7.0.4, warnings appeared in the logs

    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:

    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)
    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?​​
  • ultrix
    Junior Member
    • May 2018
    • 11

    #2
    Eh... I thought that no one would be able to help, even on a specialized forum... It's sad

    Comment

    • Jason
      Senior Member
      • Nov 2007
      • 430

      #3
      Originally posted by ultrix
      Eh... I thought that no one would be able to help, even on a specialized forum... It's sad
      Have you logged a bug report at https://support.zabbix.com/secure/Dashboard.jspa ?

      Comment

      Working...