Ein Trick, um dies zu umgehen, besteht darin, pg_hba.conf
zu bearbeitensudo vi /etc/postgresql/9.3/main/pg_hba.conf
Um vorübergehend
# Database administrative login by Unix domain socket
local all postgres trust
Gehen Sie dann und
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'your_password';
Gehen Sie dann zurück und setzen Sie pg_hba.conf wieder auf
# Database administrative login by Unix domain socket
local all postgres md5