๐Connect to PostgreSQL 15 database on Amazon Linux 1
For those who stuck with AMIv1, and their application is connecting to a PostgreSQL 15 database.
Problem
yum search postgresql
...
postgresql95.x86_64 : PostgreSQL client programs
postgresql95-contrib.x86_64 : Extension modules distributed with PostgreSQL
postgresql95-devel.x86_64 : PostgreSQL development header files and libraries
...
postgresql96-server.x86_64 : The programs needed to create and run a PostgreSQL server
postgresql96-static.x86_64 : Statically linked PostgreSQL libraries
postgresql96-test.x86_64 : The test suite distributed with PostgreSQL
...CRAM authentication requires libpq version 10 or above (PG::ConnectionBad)https://yum-archive.postgresql.org/
Solution
Last updated