Skip to content
New issue

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

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

Already on GitHub? # to your account

Cannot find pgbouncer executable #65

Open
paprikati opened this issue May 11, 2020 · 2 comments
Open

Cannot find pgbouncer executable #65

paprikati opened this issue May 11, 2020 · 2 comments

Comments

@paprikati
Copy link

I tried to use this buildpack to install pgbouncer.
When I deployed, pgbouncer was not in the PATH, and I couldn't find anything in the file system related to pgbouncer.

The build logs looked fine:

remote: -----> Apt app detected
remote: -----> Detected Aptfile or Stack changes, flushing cache
remote: -----> Adding custom repositories
remote: -----> Updating apt caches
remote:        Get:1 http://apt.postgresql.org/pub/repos/apt bionic-pgdg InRelease [84.4 kB]
remote:        Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
remote:        Get:3 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 Packages [302 kB]
remote:        Get:4 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
remote:        Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
remote:        Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,344 kB]
remote:        Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
remote:        Get:8 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [844 kB]
remote:        Get:9 http://archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages [908 kB]
remote:        Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1,205 kB]
remote:        Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,376 kB]
remote:        Fetched 17.8 MB in 3s (5,675 kB/s)
remote:        Reading package lists...
remote: -----> Fetching .debs for pgbouncer
remote:        Reading package lists...
remote:        Building dependency tree...
remote:        The following additional packages will be installed:
remote:          libc-ares2
remote:        Suggested packages:
remote:          python3-psycopg2
remote:        The following NEW packages will be installed:
remote:          libc-ares2 pgbouncer
remote:        0 upgraded, 2 newly installed, 0 to remove and 36 not upgraded.
remote:        Need to get 240 kB of archives.
remote:        After this operation, 603 kB of additional disk space will be used.
remote:        Get:1 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 pgbouncer amd64 1.13.0-1.pgdg18.04+1 [203 kB]
remote:        Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-ares2 amd64 1.14.0-1 [37.1 kB]
remote:        Fetched 240 kB in 1s (455 kB/s)
remote:        Download complete and in download only mode
remote: -----> Installing libc-ares2_1.14.0-1_amd64.deb
remote: -----> Installing pgbouncer_1.13.0-1.pgdg18.04+1_amd64.deb
remote: -----> Writing profile script
remote: -----> Rewrite package-config files

however, / $ find / -name "pgbouncer.*" returned no results

have I configured something wrong?

My Aptfile was simply

pgbouncer
@agalewsky-pnn
Copy link

I am seeing the same thing. It looks like it installs but it is not in the running app. Did you ever figure this out?

-Andy

@paprikati
Copy link
Author

No I used a different buildpack specifically for pgbouncer

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants