centos7 在线安装postgresql9.5
Posted swbzmx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 在线安装postgresql9.5相关的知识,希望对你有一定的参考价值。
1.安装源
yum install http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/pgdg-redhat95-9.5-2.noarch.rpm
2.安装库
yum install postgresql95-server postgresql95-contrib
3.初始化
/usr/pgsql-9.5/bin/postgresql95-setup initdb
4.开机启动
systemctl enable postgresql-9.5.service
5.启动
systemctl start postgresql-9.5.service
以上是关于centos7 在线安装postgresql9.5的主要内容,如果未能解决你的问题,请参考以下文章
debian8下给postgresql9.5配置pgpool-II-3.5