Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Matrix keeps restarting after changing to Postgresql #16731

Closed
therosaer opened this issue Dec 6, 2023 · 1 comment
Closed

Matrix keeps restarting after changing to Postgresql #16731

therosaer opened this issue Dec 6, 2023 · 1 comment

Comments

@therosaer
Copy link

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
Copy link
Contributor

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.

@DMRobertson DMRobertson closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants