Jarvl commented on PR #47416: URL: https://github.com/apache/airflow/pull/47416#issuecomment-2704745494
Just tried the new image alongside pgbouncer 1.24, still getting the same error. It looks like v0.18.0 of pgbouncer_exporter only provides support up to pgbouncer 1.23, so what's in my PR description currently is inaccurate. This will not resolve the errors noted in #47295. I created an issue in the upstream library to address: https://github.com/jbub/pgbouncer_exporter/issues/34 How do we want to proceed? It's not going to be as simple as performing this upgrade to provide support for pgbouncer 1.24 since the upstream needs updated with support. One option could be to proceed with this PR, then decrement the pgbouncer version in the helm chart to 1.23 so there are no longer incompatibilities. Or at least build an image for pgbouncer 1.23. Then once pgbouncer_exporter has adequate support we can bump that to a newer version here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
