Add documentation against using database transaction poolers (#3617)

This commit is contained in:
reivilibre
2024-12-05 11:28:22 +00:00
committed by GitHub
parent 2903ff5e7a
commit 05e90b7c91
2 changed files with 10 additions and 0 deletions

View File

@@ -87,6 +87,9 @@ The following additional resources are available, although it is recommended to
Configure how to connect to the PostgreSQL database.
MAS must not be connected to a database pooler (such as pgBouncer or pgCat) when it is configured in transaction pooling mode.
See [the relevant section of the database page](database.md#a-warning-about-database-pooling-software) for more information.
```yaml
database:
# Full connection string as per