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

Update pg_dump version to latest #191

Open
joetynan opened this issue Nov 21, 2024 · 4 comments
Open

Update pg_dump version to latest #191

joetynan opened this issue Nov 21, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@joetynan
Copy link
Contributor

Not sure if this is a reversion or not, but just today I noticed when I try to execute bootstrap on postgres servers running 16.4, I get a pg_dump version mismatch error. Looks like currently the container is using pg_dump 15.9.

@joetynan
Copy link
Contributor Author

doh! should have been more specific- this is when using the docker image that I get this error. The "fix" I had was to start an instance of the image and console in, then uninstall postgres-client-15 and install postgres-client-16.

@shayonj shayonj added the bug Something isn't working label Nov 22, 2024
@shayonj
Copy link
Owner

shayonj commented Nov 22, 2024

ah! yes, so this is an issue for sure. Because the docker just installs it from the apk repo. Its hard to solve for I guess, since users can be working with different PG versions. Will have to have a think.

@joetynan
Copy link
Contributor Author

one thing that you could try is to update the dockerfile with a couple commands - basically uninstall the old postgres-client-15, and then update/add repo and then install the latest version of the client tools. Just an idea.

@shayonj
Copy link
Owner

shayonj commented Nov 22, 2024

yeah, i think thats basically what we might need to do. Because newer clients I think can work with older pg versions (?). Need to check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants