From: Martin Pitt Date: Thu, 11 Oct 2007 12:45:52 +0000 (+0200) Subject: cleanpg: clean 8.3 X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=86e4de36d9f8d7c4b73cc1b9e5f50504c4ad9bae cleanpg: clean 8.3 --- diff --git a/cleanpg b/cleanpg index 5bd6e0f..4939237 100755 --- a/cleanpg +++ b/cleanpg @@ -3,5 +3,6 @@ sudo /etc/init.d/postgresql-7.4 stop sudo /etc/init.d/postgresql-8.0 stop sudo /etc/init.d/postgresql-8.1 stop sudo /etc/init.d/postgresql-8.2 stop +sudo /etc/init.d/postgresql-8.3 stop sudo killall pg_autovacuum postmaster postgres sudo rm -rf /etc/postgresql /var/lib/postgresql/ /var/log/postgresql/ /tmp/postgresql-testsuite/ /var/run/postgresql/*