You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: