Skip to content

Instantly share code, notes, and snippets.

@sany2k8
Created March 14, 2017 16:53
Show Gist options
  • Save sany2k8/62ace638df4724e906bb9c5634b2ea66 to your computer and use it in GitHub Desktop.
Save sany2k8/62ace638df4724e906bb9c5634b2ea66 to your computer and use it in GitHub Desktop.
Postgresql is the server running locally and accepting connection on Unix domain
sudo apt-get --purge remove postgresql-*
sudo rm -Rf /etc/postgresql /var/lib/postgresql
sudo apt-get install postgresql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment