Colin's Blog
  • Home
  • Github
Subscribe
Tagged

centos

A collection of 1 post

postgresql

在 CentOS 中安装 postgresql

安装 配置 YUM 仓库,编辑 /etc/yum.repos.d/Centos-Base.repo 中的 [base] 和 [updates] 部分,在这两部分中添加以下行: exclude=postgresql* 安装 PGDG RPM 文件,在 http://yum.postgresql.org 中查找你需要安装的相应版本的链接,然后运行以下命令安装: yum localinstall https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-i386/pgdg-centos95-9.5-2.noarch.rpm 安装 Postgresql 列出可用的包:

Colin Cheng Apr 6, 2016 • 2 min read
Colin's Blog © 2023
Powered by Ghost