Skip to content

Instantly share code, notes, and snippets.

@eduavila
Created February 26, 2024 14:44
Show Gist options
  • Save eduavila/80944fd378c6671e1c887d1d6991530c to your computer and use it in GitHub Desktop.
Save eduavila/80944fd378c6671e1c887d1d6991530c to your computer and use it in GitHub Desktop.
Unable to connect to PostgreSQL server: SCRAM authentication requires libpq version 10 or above i

Centos 7

yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum install  postgresql-libs postgresql-dev

Atualizar php pdo

$yum install php-pdo_pgsql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment