Re: Moving database cluster

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Fernando Hevia <fhevia(at)ip-tel(dot)com(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Moving database cluster
Date: 2010-01-14 20:52:50
Message-ID: 4B4F8422.2030708@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fernando Hevia 2010-01-14 21:21:14 Re: Moving database cluster
Previous Message Joshua J. Kugler 2010-01-14 20:47:58 Re: Moving database cluster