Saturday, September 23, 2017

Install PostgreSQL in Redhat

# yum install postgresql-server

# dnf install postgresql-server

if there two command fails, you need to download 

# service postgresql initdb
# chkconfig postgresql on


#ls -l /etc/yum.repos.d/
#yum clean all
#yum repolist
#yum list




No comments:

Post a Comment