我有一个脚本,用于在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?我一直在谷歌搜索,但由于某种原因似乎找不到它。
真的很感谢对此的任何指导。
答案 0 :(得分:0)
新的存储库URL可在此处找到:https://www.postgresql.org/download/
然后它向您展示如何安装新的存储库:
Flexible