Skip to content

Instantly share code, notes, and snippets.

@filipebarcos
Created June 26, 2012 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipebarcos/2993072 to your computer and use it in GitHub Desktop.
Save filipebarcos/2993072 to your computer and use it in GitHub Desktop.
Script to Stop PostgreSQL on my Mac
#! /usr/bin/env bash
sudo -u postgres /Library/PostgreSQL/9.1/bin/pg_ctl stop -D /Library/PostgreSQL/9.1/data -m fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment