Last updated 5 years ago
psql -U postgres -c 'SHOW config_file'
ALTER USER postgres WITH PASSWORD 'park.123';
pg_hba.conf dosyası düzenlenmelidir.
# Database administrative login by Unix domain socket local all postgres password
Restart
sudo service postgresql restart