微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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.

原文地址:https://www.jb51.cc/postgresql/193625.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐