You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database (PostgreSQL 10.3) with password of dbuser encrypted with scram-sha-256.
The entry in pg_hba.conf is "host [database] [user] [ip] md5"
When running pgmetrics for the database, it got an error
This indicates scram authentication is not supported.
I have to change the password encryption of dbuser with md5 or disable authentication method in pg_hba.conf by adding entry "host trust" to overcome the error.
In production environment, neither of the above workaround is allowed.
Can you please check and resolve the above issue?
The text was updated successfully, but these errors were encountered:
I have a database (PostgreSQL 10.3) with password of dbuser encrypted with scram-sha-256.
The entry in pg_hba.conf is "host [database] [user] [ip] md5"
When running pgmetrics for the database, it got an error
pgmetrics: pq: unknown authentication response: 10
This indicates scram authentication is not supported.
I have to change the password encryption of dbuser with md5 or disable authentication method in pg_hba.conf by adding entry "host trust" to overcome the error.
In production environment, neither of the above workaround is allowed.
Can you please check and resolve the above issue?
The text was updated successfully, but these errors were encountered: