Forem Creators and Builders 🌱

Discussion on: Where does bin/start-pgbouncer come from?

Collapse
 
rhymes profile image
rhymes

Hi @alvarolab , start-pgbouncer is specific to Heroku, the whole Procfile kinda is.

It can be found in the Heroku pgbouncer buildpack.

You can skip it if you don't need it :)

Collapse
 
alvarolab profile image
Álvaro Hurtado Mochón

I was using Procfile as a reference.
Anyway, I thought I was close... not really. I started over using containers. Let's see if this time I am luckier.