Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install postgresql-server -y
postgresql-setup --initdb
systemctl start postgresql
firewall-cmd --add-port=5432/tcp --permanent
psql -U postgres
systemctl status postgresql