Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
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