From c22bcf5b85e658d40a834a5bfd0db92cba06da9f Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Fri, 6 Oct 2006 00:06:53 +0200 Subject: [PATCH] cleanpg: update for 8.2 --- cleanpg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cleanpg b/cleanpg index 7257136..5bd6e0f 100755 --- a/cleanpg +++ b/cleanpg @@ -2,5 +2,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 killall pg_autovacuum postmaster +sudo /etc/init.d/postgresql-8.2 stop +sudo killall pg_autovacuum postmaster postgres sudo rm -rf /etc/postgresql /var/lib/postgresql/ /var/log/postgresql/ /tmp/postgresql-testsuite/ /var/run/postgresql/* -- 2.39.2