美文网首页
postgresql15 安装

postgresql15 安装

作者: hehehehe | 来源:发表于2023-09-14 16:00 被阅读0次

https://www.postgresql.org/download/linux/redhat/

yum install sudo
yum install -y ca-certificates.noarch
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l/libzstd-1.5.5-1.el7.x86_64.rpm
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l/llvm5.0-devel-5.0.1-7.el7.x86_64.rpm
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l/llvm5.0-5.0.1-7.el7.x86_64.rpm
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l/llvm5.0-libs-5.0.1-7.el7.x86_64.rpm
 
 
yum install -y ./libzstd-1.5.5-1.el7.x86_64.rpm
yum install -y centos-release-scl-rh llvm5*
sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
sudo yum install -y postgresql15-server
sudo /usr/pgsql-15/bin/postgresql-15-setup initdb
sudo systemctl enable postgresql-15
sudo systemctl start postgresql-15

Failed to get D-Bus connection: Operation not permitted

docker run -d --name centos7 --privileged=true centos:7 /usr/sbin/init
docker exec -it centos7 /bin/bash

相关文章

网友评论

      本文标题:postgresql15 安装

      本文链接:https://www.haomeiwen.com/subject/temmvdtx.html