您当前的位置:首页 > 计算机 > 系统应用 > Linux

CentOS7安装最新PostgreSQL10数据库

时间:12-24来源:作者:点击数:

1、卸载旧版本postgresql

$ yum remove postgresql*

2、更新yum

$ yum update

3、下载pgdg-centos10-10-2.noarch.rpm,或者到https://yum.postgresql.org/repopackages.php#pg10选择相应版本

 wget https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm

4、

rpm -ivh pgdg-centos10-10-2.noarch.rpm

5、

$ sudo yum -y install postgresql10-server

6、初始化

$ service postgresql-10 initdb

7、启动postgresql

$ service postgresql-10 start

8、设置开机自动启动服务

chkconfig postgresql-10 on
方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门