Re: Moving database cluster - Mailing list pgsql-general

From Guillaume Lelarge
Subject Re: Moving database cluster
Date
Msg-id 4B4F8422.2030708@lelarge.info
Whole thread Raw
In response to Moving database cluster  ("Fernando Hevia" <fhevia@ip-tel.com.ar>)
Responses Re: Moving database cluster  ("Fernando Hevia" <fhevia@ip-tel.com.ar>)
List pgsql-general
Le 14/01/2010 21:40, Fernando Hevia a écrit :
>
> An Ubuntu install creates a postgres cluster automatically on
> /var/lib/postgresql/8.4/main
> Whats the best procedure for moving this cluster to an other location?
> Should I just rerun initdb? What happens then with the default cluster or
> how could I delete it?
>

If you don't have any data on it, the best way is to drop it with
pg_dropcluster, and create a new one with pg_createcluster.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

pgsql-general by date:

Previous
From: "Fernando Hevia"
Date:
Subject: Moving database cluster
Next
From: "Joshua J. Kugler"
Date:
Subject: Re: Moving database cluster