Created
March 11, 2016 20:59
-
-
Save JCapriotti/10fdb5b1a2366182adf4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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