Página 1 de 1

Instalación de Postgres en CentOS 7 arquitectura x86_64

Publicado: Vie Jul 09, 2021 6:56 pm
por Jaibol Santaella

Código: Seleccionar todo

 yum update 

Código: Seleccionar todo

yum install postgresql-libs.x86_64 postgresql.x86_64 postgresql-server.x86_64 postgresql-server.x86_64 postgresql-contrib.x86_64 
Iniciamos postgres

Código: Seleccionar todo

postgresql-setup initdb

Configuramos para que el postgres se inicie junto al sistema operativo.

Código: Seleccionar todo

systemctl enable postgresql.service