Jednym z hacków jest edycja pg_hba.conf
sudo vi /etc/postgresql/9.3/main/pg_hba.conf
Aby tymczasowo
# Database administrative login by Unix domain socket
local all postgres trust
Następnie idź i
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'your_password';
następnie wróć i ustaw pg_hba.conf z powrotem na
# Database administrative login by Unix domain socket
local all postgres md5