#!/bin/zsh # #PGBASE=/u/drkp/build/postgresql-8.2.11/obj PGBASE=$1 PGBIN=$PGBASE/bin PGDATA=$PGBASE/data PGDUMP=/u/drkp/rubis-pgdump-2 WEBHOST=farm13.csail.mit.edu export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.10 echo "Stopping postgres" sudo -u postgres killall postgres sudo -u postgres $PGBIN/pg_ctl -D $PGDATA stop sudo -u postgres killall postgres sudo -u postgres killall pgbouncer