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.
Last updated
Was this helpful?
For those who stuck with AMIv1, and their application is connecting to a PostgreSQL 15 database.
Last updated
Was this helpful?
Current AMIv1 only contains up to PostgreSQL version 9.6 as per:
thus for application required connection to PostgreSQL 15 would fail miserably with this error:
EDIT: The repo is accessible if appending index.html. However, I still unable to find any pre-built binary for it. PostgreSQL version before 12 is no longer available on all PostgreSQL repositories. Yet, the archive yum repository is currently in-accessiable:
The only way right now is to install postgresql 12 and pray that nothing will break (yes, jumping 3 major version is something need to be carefully evaluated)