Gianlucas Pierre Echevarria Canchari
PreguntaBuenas tardes profesor, ¿Como instalar la versión 11.5 de Postgresql mediante comandos?

Alexander Hernández
Ok gracias por el link

Cristian Geovany Arias Castro
Buenas tardes.
Se puede instalar de la siguiente forma:
Instalar postgres en EC2:
Remove old Postgres
yum remove -y postgresql postgresql-server
Install Postgres 11
yum install -y https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/postgresql11-libs-11.4-1PGDG.rhel6.x86_64.rpm yum install -y https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/postgresql11-11.4-1PGDG.rhel6.x86_64.rpm yum install -y https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/postgresql11-server-11.4-1PGDG.rhel6.x86_64.rpm
Hay que tener en cuenta que esta es para la versión 11.4, es solo cambiar la versión y ya está.