PostgreSQL is available for download as ready-to-use packages or installers for various platforms, PostgreSQL可以作为各种平台的现成软件包或安装程序下载。
下载地址:https://mirrors.aliyun.com/postgresql/
配置镜像源(仅以EL-7-x86_64作为配置参考, 其余版本请自行替换):
rpm -Uvh https://mirrors.aliyun.com/postgresql/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
sed -i "s@https://download.postgresql.org/pub@https://mirrors.aliyun.com/postgresql@g" /etc/yum.repos.d/pgdg-redhat-all.repo
安装需要的 PostgreSQL 版本(仅供参考, 具体可获取版本请自行在仓库里确认):
yum install -y postgresql #(最新版本)
yum install -y postgresql96-server #(PostgreSQL 9.6)
yum install -y postgresql13-server #(PostgreSQL 13)
注:配置方法参考自华为镜像
特别声明:本镜像站内容来自第三方网站,阿里云会尽力审核镜像内容安全,但无法保证其完全合规,请您在下载前慎重考虑。具体请查看《阿里云开发者社区用户服务协议》、《阿里云镜像站特别条款》等。 如您发现镜像站有任何问题,可以填写镜像站投诉表单举报,我们将按照法律规定尽快进行处理。