From: | "Gregory Williamson" <Gregory(dot)Williamson(at)digitalglobe(dot)com> |
---|---|
To: | "Josh Harrison" <joshques(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: uninstall postgres 8.2 |
Date: | 2007-12-03 15:37:44 |
Message-ID: | 8B319E5A30FF4A48BE7EEAAF609DB233015E301D@COMAIL01.digitalglobe.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
josh --
Delete everything under the postgres directory (we put ours on /apps/postgres.version.whatever.) to remove the executables/libs etc, and delete the entire data directory that the initdb pointed to. e.g if $PGDATA is /data/postgres/billing, rm -rf /data/postgres/billing would get rid of all the data and supporting tables. Don't forget to wipe the log, if any.
(Sorry for top-posting --challenged reader)
Greg Williamson
Senior DBA
GlobeXplorer LLC, a DigitalGlobe company
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information and must be protected in accordance with those provisions. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
(My corporate masters made me say this.)
-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org on behalf of Josh Harrison
Sent: Mon 12/3/2007 8:20 AM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] uninstall postgres 8.2
Hi,
What is the best way to uninstall postgres?
I'm planning to use postgres 8.3 beta and I would like to uninstall my
earlier version 8.2.3. This is only a test database and so I'm not
interested in upgrading or preserving anything from this version.
Thanks
josh
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2007-12-03 15:38:38 | Re: uninstall postgres 8.2 |
Previous Message | Bob Pawley | 2007-12-03 15:33:23 | PostgreSQL on the internet |