TOSIT-IO / tdp-collection-prerequisites

Ansible collection with TDP prerequisites
Apache License 2.0
3 stars 10 forks source link

postgres: fix to force to install libpq5 package for python2-psycopg2 on CentOS 7 #65

Closed kpgtek closed 1 year ago

kpgtek commented 1 year ago

Which issue(s) this PR fixes

Fixes #64

Additional comments

Installation of libpq5 package needs to enable EPEL repository on CentOS 7.

Agreements

leopaul36 commented 1 year ago

I could not find libpq5 in the Centos / RHEL repos, I think it's a debian package why would we add this here?

rpignolet commented 1 year ago

libpq5 package come from postgresql-common repository, same for python2-psycopg2. We do not use RHEL packages for PostgreSQL.

leopaul36 commented 1 year ago

libpq5 package come from postgresql-common repository, same for python2-psycopg2. We do not use RHEL packages for PostgreSQL.

My bad, i searched on the edge-01 of getting started which do not have the postgres repo.