PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Distribuisci Postgres11 su Elastic Beanstalk - Richiede /etc/redhat-release

In alternativa, puoi compilare posgresql dal sorgente:

wget https://ftp.postgresql.org/pub/source/v11.5/postgresql-11.5.tar.gz

tar zxvf postgresql-11.5.tar.gz

cd postgresql-11.5

./configure --without-readline

make

make install