-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
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. |
Postgresql 13 has no Tools menu. Which client are you using to connect? |
please upgraded github.com/lib/pq , go get github.com/lib/pq, and go build . |
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 |
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
The text was updated successfully, but these errors were encountered: