Hello.
I'm migrating my zabbix instance to TimescaleDB. Everything going very well so far, but when using Zabbix 5.4.7 + TimescableDB 2.5.0 and enabling compression, all compression tasks fail with:
I've validated that my schema is in sync with the schema in zabbix-sql-scripts.
Setup information:
zabbix-server-pgsql 5.4.7-1+debian10 (installed via debian packages)
postgresql 12.8 (timescaledb 2.5.0) installed via docker (timescale/timescaledb:latest-pg12)
Should I file a bug report?
I'm migrating my zabbix instance to TimescaleDB. Everything going very well so far, but when using Zabbix 5.4.7 + TimescableDB 2.5.0 and enabling compression, all compression tasks fail with:
Code:
2021-10-29 18:14:27.247 UTC [10576] LOG: job 1012 threw an error 2021-10-29 18:14:27.247 UTC [10576] ERROR: invalid time argument type "bigint" 2021-10-29 18:14:27.247 UTC [10576] HINT: Try casting the argument to "integer". 2021-10-29 18:14:27.247 UTC [10576] CONTEXT: PL/pgSQL function _timescaledb_internal.policy_compression_integer(i nteger,integer,bigint,integer,boolean,boolean) line 17 at FOR over SELECT rows SQL statement "CALL _timescaledb_internal.policy_compression_integer( job_id, htid, lag_integer, maxchunks, verbose_log, recompress_enabled )" PL/pgSQL function _timescaledb_internal.policy_compression(integer,j sonb) line 62 at CALL 2021-10-29 18:14:27.249 UTC [1] LOG: background worker "Compression Policy [1012]" (PID 10576) exited with exit code 1
Setup information:
zabbix-server-pgsql 5.4.7-1+debian10 (installed via debian packages)
postgresql 12.8 (timescaledb 2.5.0) installed via docker (timescale/timescaledb:latest-pg12)
Should I file a bug report?
Comment