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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: