We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
device_uniqueness
users_name_key
This issue has been migrated from #5961.
We get thousands of these a day:
2019-09-02 00:00:03.009 UTC [matrix main] ERROR: duplicate key value violates unique constraint "device_uniqueness" 2019-09-02 00:00:04.622 UTC [matrix main] ERROR: duplicate key value violates unique constraint "users_name_key"
They are due (I think) to our poor man's upsert impl, which we should replace with a proper upsert.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #5961.
We get thousands of these a day:
They are due (I think) to our poor man's upsert impl, which we should replace with a proper upsert.
The text was updated successfully, but these errors were encountered: