h1. How to set PostgreSQL password after installation

bc. sudo -u postgres psql
ALTER ROLE postgres WITH ENCRYPTED PASSWORD 'mypassword';