Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsuported startup parameter default_transaction_isolation #1074

Open
wszychta opened this issue May 17, 2024 · 1 comment
Open

Unsuported startup parameter default_transaction_isolation #1074

wszychta opened this issue May 17, 2024 · 1 comment
Labels
pending-close will be closed if no further discussion

Comments

@wszychta
Copy link

Hello,

I'm trying to use pgbouncer with tool called teleport. Unfortunatelly when I'm trying to access database via pgbounder I'm gettting this error:

server error (FATAL: unsupported startup parameter: default_transaction_isolation (SQLSTATE 08P01))

When I did the same thing without pgbouncer, then I was able to access my database cluster.
We are using pgbouncer in version 1.22.1, so this is not a problem with a version.

Is this possible to add support for this startup parameter or make a workarund until it will be supported by pgbouncer?

@JelteF
Copy link
Member

JelteF commented May 17, 2024

you can set it in ignore_startup_parameters to ignore this parameter, but if the tool requires the value to be correct you should set it some other way. e.g. by setting it by default for the user on the postgres server that this tool is connecting as.

@JelteF JelteF added the pending-close will be closed if no further discussion label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-close will be closed if no further discussion
Projects
None yet
Development

No branches or pull requests

2 participants