Ram Pratap Maurya <[email protected]> writes: > "PHP Warning: pg_connect(): Unable to connect to PostgreSQL server: > authentication method 10 not supported in > /var/www/html/myLavaUat/app/webroot/myLavaCronDirect/cron/mylava_stg_arch.php > on line 9 "
You need to update your client's libpq to a version that knows about
SCRAM authentication, or else not use a SCRAM-encrypted password.
regards, tom lane
