Skip to content

Error in configuration guidance for using Postgres via a connection pooler #14148

@MatthewStockdale

Description

@MatthewStockdale

Do you see an area that can be clarified or expanded, a technical inaccuracy, or a broken link? Please describe.

The documentation for using Postgres through a connection pooler like pgbouncer appears to have a logic error; It states

Using a connection pooler in transaction pool mode (e.g. PgPool, or PgBouncer in transaction or statement pool mode) requires disabling server-side cursors, so this setting must be set to false.

The default setting is "false", the correct setting for this use case is "True"

Provide the URL or link to the exact page in the documentation to which you are referring.

https://docs.goauthentik.io/docs/install-config/configuration/#using-a-postgresql-connection-pooler-pgbouncer-or-pgpool

Describe the solution you'd like

s/false/true

Consider opening a PR!

Looking into it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions