Skip to content

Instantly share code, notes, and snippets.

@tayyabsayyad
Created July 18, 2019 17:00
Show Gist options
  • Save tayyabsayyad/d151cc79ed5bfd1430f2089a56968359 to your computer and use it in GitHub Desktop.
Save tayyabsayyad/d151cc79ed5bfd1430f2089a56968359 to your computer and use it in GitHub Desktop.
# pgadmin default password change
sudo -u postgres psql postgres
# \password postgres
Enter new password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment