Hi,
From time to time I get this exception:
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint “domainevententry_pkey”
Detail: Key (id)=(6642) already exists.
It seems like ‘sequence’ relation is not correctly updated.
Why this can happen?
Thank you
Cheers