PostgreSQL Error in email_hash table: "doppelter Schlüsselwert verletzt Unique-Constraint" #12937
Closed
2 of 7 tasks
Labels
issue/duplicate
The issue has already been reported.
Uh oh!
There was an error while loading. Please reload this page.
[x]
):Description
I'm mirroring a lot of GitHub projects. And in PostgreSQL logs I see this error:
2020-09-24 19:45:52.473 CEST [53703] gitea@giteadb DETAIL: Schlüssel »(hash)=(e3df20cd7a67969c41a65f03bea54961)« existiert bereits. 2020-09-24 19:45:52.473 CEST [53703] gitea@giteadb ANWEISUNG: INSERT INTO "email_hash" ("hash","email") VALUES ($1, $2) 2020-09-24 19:45:52.481 CEST [34263] gitea@giteadb LOG: Ausführen <unnamed>: INSERT INTO "email_hash" ("hash","email") VALUES ($1, $2) 2020-09-24 19:45:52.481 CEST [34263] gitea@giteadb DETAIL: Parameter: $1 = '5286ca631fff30960bfc2b337144556f', $2 = 'xx@xxxxxxx' 2020-09-24 19:45:52.481 CEST [34263] gitea@giteadb FEHLER: doppelter Schlüsselwert verletzt Unique-Constraint »email_hash_pkey«
Screenshots
The text was updated successfully, but these errors were encountered: