joncrlsn / pgdiff

Compares the PostgreSQL schema between two databases and generates SQL statements that can be run manually against the second database to make their schemas match.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support on Postgresql 13?

raimi1989 opened this issue · comments

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

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

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 .