X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=cleanpg;h=5bd6e0f0a122abd0d34510001648d487b476805f;hp=725713608f4d890953e49c9805de230e82651739;hb=c22bcf5b85e658d40a834a5bfd0db92cba06da9f;hpb=781ec98b82344fe87bb809e0bb01ae8e4181ff09 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/*