matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.79k stars 2.13k forks source link

Matrix keeps restarting after changing to Postgresql #16731

Closed therosaer closed 9 months ago

therosaer commented 9 months ago

I tried changing to postgresql to use bridges and after that matrix keeps restarting with this error message Dec 06 09:37:03 laptops python3[183534]: Error in configuration: Dec 06 09:37:03 laptops python3[183534]: Unsupported database type 'postgresql'

My configuration for the database is database: name: "psycopg2" args: user: "user" password: "pass" database: "matrix_db" host: "localhost" cp_min: 1 cp_max: 5

What is wrong or what should i change?

DMRobertson commented 9 months ago

Unsupported database type 'postgresql'

This suggests you have name: postgresql somewhere in your database config, but that doesn't match the config you provided. Please double check the configuration is being loaded correctly.


We're using Github's issue tracker for bug reports and feature requests. For this kind of support request, please ask in the Synapse Admins room. If your homeserver is inoperable at the moment, you can sign up for an account on the Matrix.org homeserver in order to reach the support room.