CentOS 7 安装 PostgreSQL11

访问官网 https://www.postgresql.org/download/linux/redhat/

这里提供了详细的针对特定 Linux 平台的 pgsql 安装版本。

例如:
CentOS 7 安装 PostgreSQL11_第1张图片
上例中,选择版本 11,平台为 CentOS 7,x86_64 后,会提供对应的 yum 命令参数,在命令行执行:

#> yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm
#> yum install postgresql11
#> yum install postgresql11-server

即可完成安装!

你可能感兴趣的:(数据库)