Re: dropping all databases and starting afresh - Mailing list pgsql-admin

From Matheus de Oliveira
Subject Re: dropping all databases and starting afresh
Date
Msg-id CAJghg4KMgC9JxXhsvysacd8q6iud1u2_X88xF7+YTTjmFo73BQ@mail.gmail.com
Whole thread Raw
In response to Re: dropping all databases and starting afresh  (Zoltan Szecsei <zoltans@geograph.co.za>)
Responses Re: dropping all databases and starting afresh  (Zoltan Szecsei <zoltans@geograph.co.za>)
List pgsql-admin

On Wed, Feb 4, 2015 at 9:23 AM, Zoltan Szecsei <zoltans@geograph.co.za> wrote:
In the end I just rm -rf'd the files, as suggested by others on this list. I was initially concerned about that simple approach, as I figured that many postgres conf files will still point to that deleted area - but as postgres will not run again until I do an initdb -D command, it (should) goes to follow that those conf files will then be correctly updated.

Yeah, I understand your concern, and I do agree. On installation from packages on Debian/Ubuntu-like, you should keep with the cluster management tools provided, like pg_createcluster instead of initdb, pg_ctlcluster instead of pg_ctl, pg_dropcluster instead of rm, and so on.

Regards,
--
Matheus de Oliveira
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres

pgsql-admin by date:

Previous
From: Zoltan Szecsei
Date:
Subject: Re: dropping all databases and starting afresh
Next
From: Zoltan Szecsei
Date:
Subject: Re: dropping all databases and starting afresh