hi all,
we have to many entries in postgresql-10-main.log
--
2023-09-07 13:01:36 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:36 CEST DETAIL: Key (id)=(1199436) already exists.
--
2023-09-07 13:01:40 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:40 CEST DETAIL: Key (id)=(1199437) already exists.
--
2023-09-07 13:01:40 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:40 CEST DETAIL: Key (id)=(1199438) already exists.
--
2023-09-07 13:01:41 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:41 CEST DETAIL: Key (id)=(1199439) already exists.
--
2023-09-07 13:01:43 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:43 CEST DETAIL: Key (id)=(1199440) already exists.
--
2023-09-07 13:01:43 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:43 CEST DETAIL: Key (id)=(1199441) already exists.
--
2023-09-07 13:01:43 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:43 CEST DETAIL: Key (id)=(1199442) already exists.
--
2023-09-07 13:01:46 CEST ERROR: duplicate key value violates unique constraint "fact_values_pkey"
2023-09-07 13:01:46 CEST DETAIL: Key (id)=(1199443) already exists.
--
2023-09-07 13:02:07 CEST ERROR: duplicate key value violates unique constraint "taxable_taxonomies_pkey"
2023-09-07 13:02:07 CEST DETAIL: Key (id)=(1016244) already exists.
--
How can I solve this Error ?
thanks in advance