Install the postgres software by
$ sudo apt-get install postgresql postgresql-contrib libpq-dev
Set up your password
Goto the postgres prompt
$ sudo -u postgres psql
Inside that you can set the password for the DB user postgres
ALTER USER postgres PASSWORD 'YourPassword';
References:
xtremekforever.blogspot
postgresql-password-authentication-failed-for-user-postgres
Like this:
Like Loading...
Related
Author: Abhilash
Hey!
This is Abhilash - Ruby developer, specialised on web development. Experienced with frameworks such as Rails, Angular, Sinatra, Laravel, NodeJS etc.
I am working on Ruby on Rails platform since 2010. This blog is about Ruby, Ruby On Rails and other subjects that I have had experienced with.
You can contact me here: abhilash.amballur@gmail.com
LinkedIn: www.linkedin.com/in/abhilashak
View all posts by Abhilash