After database restoration i see my timescaledb_information.jobs. There are some jobs with proc_schema _timescaledb_internal and some jobs with proc_schema _timescaledb_functions.
Editing the period in zabbix ui housekeeper , changes the _timescaledb_functions values, but initial_start and next_start values are empty. Even if i fill them up with TIMESTAMPTZ, they wont run.
Is there a correct way of removing and recreating housekeeper compression jobs ? ( running the job manually, compresses the chunks as expected, though no log is stored in timescaledb_information.job_stats of this run)
running on postgres14 + timescaledb 2.13.1
Any help would be appriciated.
Editing the period in zabbix ui housekeeper , changes the _timescaledb_functions values, but initial_start and next_start values are empty. Even if i fill them up with TIMESTAMPTZ, they wont run.
Is there a correct way of removing and recreating housekeeper compression jobs ? ( running the job manually, compresses the chunks as expected, though no log is stored in timescaledb_information.job_stats of this run)
running on postgres14 + timescaledb 2.13.1
Any help would be appriciated.
Comment