Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Location of installed packages undocumented #130

Open
NathanZookCH opened this issue May 1, 2024 · 2 comments
Open

Location of installed packages undocumented #130

NathanZookCH opened this issue May 1, 2024 · 2 comments

Comments

@NathanZookCH
Copy link

I recently had an issue that required me to not only install packages via this buildpack, but execute the installed files directly. It turns out that the buildpack does not install files in the usual directory, which resulted in an additional round of tests, failures, and back-and-forth messages.

Please document the location of files installed via the buildpack.

@colincasey
Copy link
Contributor

@NathanZookCH what was the path of the binary you needed to execute?

@NathanZookCH
Copy link
Author

Thanks for your responses!

it seems to me that Heroku's part of the solution would be to include the pg client & server dev packages for all supported versions in the stack

We agree - I'm going to track this internally too so that we can look into that.

Getting back to the package installation issues you're seeing now, it is expected that apt doesn't list those directly. You should be able to find the binary directly within /app/.apt/usr/lib/postgresql/15/bin/pg_dump - the libraries installed by the buildpack will be in the /app/.apt directory.

I did not pursue the issue beyond this point.

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

No branches or pull requests

2 participants