Hi all,
I have problems with Housekeeper not deleting data.
My Zabbix Server is Version 3.2 (Postgres) and when Housekeeper is executed, in server logs appear the following errors:
PGRES_FATAL_ERROR:ERRORE: Cannot run UPDATE or DELETE on table history_uint because it does not have a PRIMARY KEY.
HINT: Add a PRIMARY KEY to the table
My DB is growing every day and these are the currend dimensions of my tables:
relation | total_size
---------------------+------------
public.history_uint | 188 GB
public.history | 124 GB
public.history_text | 20 GB
public.trends_uint | 720 MB
public.trends | 388 MB
(5 rows)
Also trying to manually delete rows in these tables prompts the same error...
How can I solve this situation?
Thanks in advance!
I have problems with Housekeeper not deleting data.
My Zabbix Server is Version 3.2 (Postgres) and when Housekeeper is executed, in server logs appear the following errors:
PGRES_FATAL_ERROR:ERRORE: Cannot run UPDATE or DELETE on table history_uint because it does not have a PRIMARY KEY.
HINT: Add a PRIMARY KEY to the table
My DB is growing every day and these are the currend dimensions of my tables:
relation | total_size
---------------------+------------
public.history_uint | 188 GB
public.history | 124 GB
public.history_text | 20 GB
public.trends_uint | 720 MB
public.trends | 388 MB
(5 rows)
Also trying to manually delete rows in these tables prompts the same error...
How can I solve this situation?
Thanks in advance!
Comment