Hello. I am running zabbix with postgres 14 + timescaledb 2.13.1
I have an issue. I noticed my db size growing significantly and when i check timescaledb_information.jobs i see the jobs, but next_start and initial_start values are empty. The rest of the data seems to be present.
in UI i see housekeeper compression is enabled and compress records older than 14d is present.
How do i initiate the first run for the compression policies ? in zabbix server config file the housekeeper settings are not set up, but in UI they are present.
a bit of background information with examples of my stupidity:
i upgraded from zabbix 6.0 to 7.0
timescaledb was something i did not know about - i recently took over this system.
So naturally i messed up. while upgrading i read that my timescaled (at that time) was too old 2.11 i think. so i updated it.
this is where my fun week began. i updated it to latest version. which was then 2.16 - which was unsupported. Rolling back was no longer an option, so i restored the old state (always fun restoring timescaled database - i ended up reimporting arount 4bln csv values), upgraded timescaledb to 2.13, did the upgrade again.
running the timescale sql skript, informed me that all my hypertables were already hypertables and TimescaleDB is already installed, not changing configuration.
i probably missed some step somewhere due to sleep depravation - because otherwise it would be compressing on a regular bases.
In logs i only see housekeeper running and removing only error data, the rest is 0, but im guessing this is due to zabbix seeing my restored data as only 30 days old ( deletion time is 90 days)
I have an issue. I noticed my db size growing significantly and when i check timescaledb_information.jobs i see the jobs, but next_start and initial_start values are empty. The rest of the data seems to be present.
in UI i see housekeeper compression is enabled and compress records older than 14d is present.
How do i initiate the first run for the compression policies ? in zabbix server config file the housekeeper settings are not set up, but in UI they are present.
a bit of background information with examples of my stupidity:
i upgraded from zabbix 6.0 to 7.0
timescaledb was something i did not know about - i recently took over this system.
So naturally i messed up. while upgrading i read that my timescaled (at that time) was too old 2.11 i think. so i updated it.
this is where my fun week began. i updated it to latest version. which was then 2.16 - which was unsupported. Rolling back was no longer an option, so i restored the old state (always fun restoring timescaled database - i ended up reimporting arount 4bln csv values), upgraded timescaledb to 2.13, did the upgrade again.
running the timescale sql skript, informed me that all my hypertables were already hypertables and TimescaleDB is already installed, not changing configuration.
i probably missed some step somewhere due to sleep depravation - because otherwise it would be compressing on a regular bases.
In logs i only see housekeeper running and removing only error data, the rest is 0, but im guessing this is due to zabbix seeing my restored data as only 30 days old ( deletion time is 90 days)
discovered that it has issues with compression..
Comment