Hello!
Sorry if it is a duplicate, haven't find a solution on forum.
My setup:
Core - Zabbix server 6.0.42
DB - PostgreSQL 15.14 + TimescaleDB 2.22.0
Web - docker image zabbix/zabbix-web-nginx-pgsql:centos-6.0-latest
I've successfully migrated 5TB database from percona to PostgreSQL + TimescaleDB for the sweet sweet compression.
Migration was done using pgloader straight from percona to PG with already activated TSDB extension.
But I didn't find that section from official documentation

Later I found out that minor zabbix version must support a minor veson of TSDB.
Updated zabbix from 6.0.36 to 6.0.42, still no bueno.
New chunks now are generating. Temporary, I delete them manually.
Zabbix server logs are showing no signs of any TSDB related messages
What am I missing?
Sorry if it is a duplicate, haven't find a solution on forum.
My setup:
Core - Zabbix server 6.0.42
DB - PostgreSQL 15.14 + TimescaleDB 2.22.0
Web - docker image zabbix/zabbix-web-nginx-pgsql:centos-6.0-latest
I've successfully migrated 5TB database from percona to PostgreSQL + TimescaleDB for the sweet sweet compression.
Migration was done using pgloader straight from percona to PG with already activated TSDB extension.
But I didn't find that section from official documentation
Compression settings can be changed in the History, trends and audit log compression block in Administration > Housekeeping section of Zabbix frontend.
Later I found out that minor zabbix version must support a minor veson of TSDB.
Updated zabbix from 6.0.36 to 6.0.42, still no bueno.
New chunks now are generating. Temporary, I delete them manually.
Zabbix server logs are showing no signs of any TSDB related messages
What am I missing?
Comment