PostgreSQL Installation on CentOS 7
PostgreSQL 12 installation on CentOS 7 fails silently when the YUM repository is missing or the wrong default version gets pulled. CentOS 7 defaults to PostgreSQL 9.2 — not version 12. Without explicitly specifying the version and setting up the PGDG repository first, the install either pulls the wrong version or breaks mid-transaction. This post Read more about PostgreSQL Installation on CentOS 7[…]


