Issue Description
I've recently used pg_dump and pg_restore to move my database to a new server and I'm now seeing these errors spammed (over and over) in zabbix_server.log
Versions
Ubuntu Server 20.04
Zabbix Server 5.2.4
Nginx 1.18.0 for the frontend
PostgreSQL 12.6 (Ubuntu 12.6-1.pgdg20.04+1)
Timescaledb extversion is 1.7.4
I ran another pg_dump & pg_restore to a new database, following these instructions and using
but I'm still getting the errors.
Here are my housekeeping settings
I've recently used pg_dump and pg_restore to move my database to a new server and I'm now seeing these errors spammed (over and over) in zabbix_server.log
Code:
1808616:20210222:210113.853 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: invalid INSERT on the root table of hypertable "_hyper_7_619_chunk" HINT: Make sure the TimescaleDB extension has been preloaded. [insert into trends_uint (itemid,clock,num,value_min,value_avg,value_max) values (214873,1614024000,1,0,0,0),(96373,1614024000,1,0, 0,0);
Ubuntu Server 20.04
Zabbix Server 5.2.4
Nginx 1.18.0 for the frontend
PostgreSQL 12.6 (Ubuntu 12.6-1.pgdg20.04+1)
Timescaledb extversion is 1.7.4
I ran another pg_dump & pg_restore to a new database, following these instructions and using
Code:
SELECT timescaledb_pre_restore(); SELECT timescaledb_post_restore();
Here are my housekeeping settings
Comment