issues Search Results · repo:heroku/heroku-buildpack-pgbouncer language:Shell
Filter by
83 results
(60 ms)83 results
inheroku/heroku-buildpack-pgbouncer (press backspace or delete to remove)Heroku-18 is EOL, so can t be used by customers any more.
As such the Heroku-18 pgbouncer binary, CI matrix entry, Makefile target, and README mentions could be removed:
https://github.com/search?q=repo%3Aheroku%2Fheroku-buildpack-pgbouncer%2018 ...
edmorley
- 1
- Opened on May 17, 2024
- #190
The upstream PgBouncer project supports multiple DNS backends, described in the table here:
https://www.pgbouncer.org/install.html
That page then goes on to say:
c-ares is the most fully-featured implementation ...
edmorley
- 6
- Opened on May 13, 2024
- #188
Enabling enhanced certificates adds extra parameters to the database URL:
?sslrootcert=/etc/ssl/certs/ca-certificates.crt sslmode=verify-full
The following error is raised as pgbouncer is then expected ...
JDrizzy
- Opened on Feb 6, 2024
- #186
Hey,
Is there a way to use PgBouncer 1.21.0? It adds a very requested feature: using prepared statements on transaction mode
elkesrio
- 2
- Opened on Nov 28, 2023
- #182
I start my server locally with heroku local To use this buildpack I need to edit my Procfile to add bin/start-pgbouncer
- web: start_app
+ web: bin/start-pgbouncer start_app
but now heroku local fails ...
bf4
- 2
- Opened on Mar 3, 2023
- #177
Currently if PGBOUNCER_URLS is set on an app, and some of the env vars it refers to don t exist, then empty entries are
added by gen-pgbouncer-conf.sh to /app/vendor/pgbouncer/pgbouncer.ini, like so:
...
edmorley
- Opened on Sep 9, 2022
- #171
I m seeing connection issues when trying to connect to my AWS RDS aurora cluster.
ERROR db1: syntax error in connstring
My connection string works outside of pgbouncer and doesn t have any obvious syntax ...
danlbob
- 1
- Opened on Jul 13, 2022
- #167
Whilst this repo has CI, it only comprises of bats tests, which don t actually run the pgbouncer binaries against the
Heroku stack images.
If they did do so, CI would have caught #164.
For prior art ...
edmorley
- 2
- Opened on Jun 18, 2022
- #165
I have a very weird error that I have been debugging for the past few days.
I have a Django app deployed on two environments on Heroku - development and staging. There s absolutely no difference
between ...
mkab
- 6
- Opened on Jun 18, 2022
- #164
I d just like to see basic stats and evidence that the buildpack is working? Trying this doesn t work...
heroku run bash -a APP
~ $ psql postgres:// DATABASEURL_USER : DATABASEURL_PW @localhost:6000/pgbouncer ...
redreceipt
- 1
- Opened on May 23, 2022
- #163

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.