mautrix / meta

A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
GNU Affero General Public License v3.0
155 stars 11 forks source link

Allow disabling prepared statements for postgresql (pgbouncer support) #71

Closed JuniorJPDJ closed 2 months ago

JuniorJPDJ commented 2 months ago

https://github.com/lib/pq/issues/389

tulir commented 2 months ago

Doesn't look like there's anything related to the bridge there

JuniorJPDJ commented 2 months ago

So where DB connection is handled? mautrix-go?

tulir commented 2 months ago

Connection parameters are handled in your config file

pgbouncer is not a supported use case, so if something doesn't work, you'll need to figure out yourself which part specifically is causing issues