-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
just logon on nextcloud and check syslog/postgresql log messages
Server configuration
Nextcloud version : 12.0.2
Operating system and version : archlinux (current)
Apache or nginx version : nginx 1.12.1
PHP version : 7.1.7
PostgreSQL : 9.6.3
Hi all !
I encounter a postgresql error message in my syslog everytime i login on my nextcloud instance :
ERROR: duplicate key value violates unique constraint "oc_credentials_pkey"
DETAIL: Key (“user”, identifier)=(myuser, password::logincredentials/credentials) already exists.
STATEMENT: INSERT INTO “oc_credentials” (“user”, “identifier”, “credentials”) VALUES($1, $2, $3)
No problem for login/logout and using nextcloud, only this error message.
Thanks !
ja573, sophie-h, ggeorgg, alanpearce, haeckle and 14 more