This is now the default authentication in PostgreSQL 14, we have to support it. Currently an error `unknown auth type 10` occurs (panic) when the server tries to use it. It's possible to workaround by using md5 auth in your pg_hba.conf.
This is now the default authentication in PostgreSQL 14, we have to support it.
Currently an error
unknown auth type 10occurs (panic) when the server tries to use it.It's possible to workaround by using md5 auth in your pg_hba.conf.