Install dan Konfigurasi PostgreSQL di Ubuntu
sudo apt install postgresqllisten_addresses = '*'sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'your_password';hostssl all all 0.0.0.0/0 scram-sha-256sudo systemctl restart postgresql.serviceLast updated