You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I tried to use this buildpack to install
pgbouncer
.When I deployed,
pgbouncer
was not in the PATH, and I couldn'tfind
anything in the file system related to pgbouncer.The build logs looked fine:
however,
/ $ find / -name "pgbouncer.*"
returned no resultshave I configured something wrong?
My Aptfile was simply
The text was updated successfully, but these errors were encountered: