Skip to content

Instantly share code, notes, and snippets.

@pjan
Last active December 20, 2015 16:29
Show Gist options
  • Save pjan/6162184 to your computer and use it in GitHub Desktop.
Save pjan/6162184 to your computer and use it in GitHub Desktop.
Add postgres user password
sudo -u postgres psql postgres
postgres=# \password postgres
Enter new password: (enter your password)
Enter it again: (re-enter your password)
postgres=# (press control+d to exit postgres)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment