This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Matrix DB "sqlite3.IntegrityError: UNIQUE constraint failed: temp_user_filters.user_id" #15845
Labels
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Description
The following error appeared after an upgrade, I use Ubuntu 22.04 on AMD64 using the official repo, the error is relative to the database, although I am also a programmer I don't know the topology of the matrix code, I fixed the following error by commenting out execpt to bypass this error.
The error has been a non-existent table in the db, at least what I understood, after commenting out the snippet the server worked, however this doesn't seem quite right to me
I got it to work after editing this
Steps to reproduce
unknown
Synapse Version
{"server_version":"1.86.0","python_version":"3.10.6"}
Installation Method
Debian packages from packages.matrix.org
Database
SQLite
Workers
Single process
Platform
Ubuntu 22.04 AMD64 on Oracle VPN at AMD EPYC 7551 (2) @ 1.996GHz and 1GB of RAM
Configuration
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: