· ☕ 3 min read
一、环境准备 1 2 3 4 5 6 7 # 创建组和用户 groupadd postgre useradd -g postgre -G postgre -d /home/postgresql postgre # 修改用户密码 passwd postgre # web2019+ # 安装依赖包 [root@jiexian /home/postgresql]# yum install -y bzip2 readline-devel zlib-devel 二、源码包下载 1 2 [root@jiexian ~]#cd /home/postgresql/ [root@jiexian /home/postgresql]# wget