Skip to content

Instantly share code, notes, and snippets.

@JCapriotti
Created March 11, 2016 20:59
Show Gist options
  • Save JCapriotti/10fdb5b1a2366182adf4 to your computer and use it in GitHub Desktop.
Save JCapriotti/10fdb5b1a2366182adf4 to your computer and use it in GitHub Desktop.
sudo su - postgres -c 'createuser admin --superuser'
sudo su - postgres -c 'psql --command="alter user admin with password '\''ultrafubar1A'\'';"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment