CentOS 7 安装PostgrelSQL-11

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 postgresql11-server
sudo /usr/pgsql-11/bin/postgresql-11-setup initdb
sudo systemctl enable postgresql-11
sudo systemctl start postgresql-11

 

posted @ 2023-02-20 15:24  技术研究与问题解决  阅读(19)  评论(0编辑  收藏  举报