Một mẹo xung quanh vấn đề này là chỉnh sửa pg_hba.conf
sudo vi /etc/postgresql/9.3/main/pg_hba.conf
Tạm thời
# Database administrative login by Unix domain socket
local all postgres trust
Sau đó, đi và
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'your_password';
sau đó quay lại và đặt pg_hba.conf trở lại
# Database administrative login by Unix domain socket
local all postgres md5