Skip to content

Instantly share code, notes, and snippets.

View adongare's full-sized avatar

Ashok Dongare adongare

  • SemanticBits LLC
View GitHub Profile

Keybase proof

I hereby claim:

  • I am adongare on github.
  • I am adongare (https://keybase.io/adongare) on keybase.
  • I have a public key ASCnk2YFKUXW1sBXiemG631fcOALnooZ6kfOiK08MzfTWAo

To claim this, I am signing this object:

@adongare
adongare / gist:88f2ac6f701ac2f7ce5bc58664d7347f
Created April 10, 2019 15:54 — forked from kingbin/gist:9435292
Manually Start/Stop PostgresSQL on Mac
# Stop PostgreSQL from auto starting
sudo launchctl unload -w /Library/LaunchDaemons/com.edb.launchd.postgresql-9.3.plist
# Enable PostgreSQL to auto start
sudo launchctl load -w /Library/LaunchDaemons/com.edb.launchd.postgresql-9.3.plist
# Start postgres
$ sudo su postgres
Password:
bash-3.2$ pg_ctl -D /Library/PostgreSQL/9.3/data/ start