SCRAM-SHA-256-PLUS #51
-
Hi, We started using the password encryption "scram-sha-256" in our PostgreSQL database (version 13.2 ) for our database users. Now we are not able to use pgmetrics (version 1.11.0). We get the following error message => pgmetrics: pq: unknown sasl mechanism: "SCRAM-SHA-256-PLUS". Any ideas or suggestions to look at? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Are you using stock PostgreSQL (from official PostgreSQL APT/YUM repos or downloaded from postgresql.org) or a vendor / cloud provider distribution? |
Beta Was this translation helpful? Give feedback.
-
The just-committed revision 444804f should fix this. You'll need to build pgmetrics from master to try it out: (Install Go first if you don't have it -- https://golang.org/dl/)
Let us know how it goes. |
Beta Was this translation helpful? Give feedback.
The just-committed revision 444804f should fix this. You'll need to build pgmetrics from master to try it out:
(Install Go first if you don't have it -- https://golang.org/dl/)
Let us know how it goes.