Skip to content

Instantly share code, notes, and snippets.

@learntheropes
Created January 31, 2024 11:38
Show Gist options
  • Save learntheropes/8e1b35b559ca98791f05e08e5d13090e to your computer and use it in GitHub Desktop.
Save learntheropes/8e1b35b559ca98791f05e08e5d13090e to your computer and use it in GitHub Desktop.
postgres change default user password
$ sudo -u postgres psql
psql (14.1 (Ubuntu 14.1-2.pgdg20.04+1))
Type "help" for help.
postgres=# \password postgres
Enter new password:
Enter it again:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment