fix: pq: unsupported startup parameter: extra_float_digits

This commit is contained in:
2024-09-29 18:06:13 +02:00
parent 7a640d104c
commit 24a559fb1a

View File

@@ -13,6 +13,7 @@ pgbouncer: &pgbouncer_config
pgbouncer:
auth_type: scram-sha-256
auth_query: SELECT uname, phash FROM user_lookup($1)
ignore_startup_parameters: extra_float_digits # unsupported jdbc extra_float_digits=2 argument
pgbouncerExporter:
enabled: false