(自2020年4月中旬开始)在CentOS 7上安装PostgreSQL

时间:2020-04-29 07:42:06

标签: postgresql

我有一个脚本,用于在CentOS 7 Docker映像中安装Postgres 9.6。看起来像这样:

wget https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
yum install -y -q pgdg-centos96-9.6-3.noarch.rpm epel-release
yum update -y -q
yum install -y -q postgresql96-server sudo

从2020年4月中开始,由于https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm不再可用而开始失败。我了解到Postgres的RPM软件包的发布方式已于本月发生了变化。谁能帮我找到9.6 rpm软件包的更新的URL?我一直在谷歌搜索,但由于某种原因似乎找不到它。

真的很感谢对此的任何指导。

1 个答案:

答案 0 :(得分:0)

新的存储库URL可在此处找到:https://www.postgresql.org/download/

  1. 选择Redhat / Centos 7
  2. 选择版本9.6

然后它向您展示如何安装新的存储库:

Flexible