treefrog-framework icon indicating copy to clipboard operation
treefrog-framework copied to clipboard

Upgrade libpq client library

Open amiart opened this issue 1 year ago • 1 comments

The libpq.dll 9.4.5 library shipped with Treefrog doesn't support scram-sha-256 authentication. When I try to connect to PostgreSQL 16.1 on Windows I get error:

authentication method 10 not supported

Please upgrade libpg to at least 10.x that supports scram-sha-256.

amiart avatar Jan 25 '24 07:01 amiart

@amiart Upgraded libpq. https://github.com/treefrogframework/treefrog-framework/releases/tag/v2.8.0-2

Thanks!

treefrogframework avatar Feb 19 '24 01:02 treefrogframework