Skip to content

Instantly share code, notes, and snippets.

@webbash
Created April 17, 2020 13:43
Show Gist options
  • Save webbash/e6d1c9f88d50afe74289f2cecd68aaff to your computer and use it in GitHub Desktop.
Save webbash/e6d1c9f88d50afe74289f2cecd68aaff to your computer and use it in GitHub Desktop.
Change default password for postgres user
sudo -u postgres psql
\password postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment