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

Support on Postgresql 13? #51

Open
raimi1989 opened this issue Dec 28, 2021 · 5 comments
Open

Support on Postgresql 13? #51

raimi1989 opened this issue Dec 28, 2021 · 5 comments

Comments

@raimi1989
Copy link

Hi, previously I've been running pgdiff on Postgresql 8 but now we already migrate to Postgresql 13 and soon will be Postgresql 14. However when I try to perform pgdiff, error as below appear. Changing pghba to trust/md5/scram-sha method not working. By any chance this current version of pgdiff not support. (additional option SSLMODE disable)

Error running querypq: unknown authentication response: 10

@joelsamthomas2023
Copy link

HI raimi did you solve this issue? I am facing the same issue..

@raimi1989
Copy link
Author

HI raimi did you solve this issue? I am facing the same issue..

Hi. No. But in Postgresql 13 there already built in diff under Tools > Schema Diff . It will compare everything under that schema.

@ptman
Copy link

ptman commented Mar 13, 2024

Postgresql 13 has no Tools menu. Which client are you using to connect?

@jackerzhou
Copy link

please upgraded github.com/lib/pq , go get github.com/lib/pq, and go build .

@asifhj
Copy link

asifhj commented Nov 7, 2024

I have a fix for it in this in forked repo of pgdiff here https://github.com/asifhj/pgdiff/tree/master

Also have pull request here for upstream - #55

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

5 participants