install postgresql9.6.3 in redhat 7

前端之家收集整理的这篇文章主要介绍了install postgresql9.6.3 in redhat 7前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.download postgresql-9.6.3-3-linux-x64.run

wget https://get.enterprisedb.com/postgresql/postgresql-9.6.3-3-linux-x64.run

2.add –x permission

chmod u+x postgresql-9.6.3-3-linux-x64.run

3.create new directory forpostgresql

mkdir –p /data/gerrit/postgresql/

4.running .run file

./ postgresql-9.6.3-3-linux-x64.run

Chooseinstalled directory is /data/gerrit/postgrsql,will auto created new pgsql inthis path

Choosedata as its data directory.

猜你在找的Postgre SQL相关文章