📅  最后修改于: 2022-03-11 15:05:05.787000             🧑  作者: Mango
yum install postgresql-server postgresql-contrib -y
postgresql-setup initdb
systemctl enable postgresql
sudo systemctl start postgresql
systemctl status postgresql