Re: Moving database cluster

From: "Fernando Hevia" <fhevia(at)ip-tel(dot)com(dot)ar>
To: "'Joshua J(dot) Kugler'" <joshua(at)eeinternet(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Moving database cluster
Date: 2010-01-14 21:38:52
Message-ID: EA81CEE83870476C91220DD395C96A9A@iptel.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Mensaje original-----
> De:
>
> On Thursday 14 January 2010, Fernando Hevia elucidated thus:
> > 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?
>
> The easiest way is to shut down Pg, move the 'main' directory
> somewhere else, and then point a symlink to the new location.
>

Thanks for your reply.
I had considered this first but then I wasn't sure if there would be any
performance penalty.
The current main directory sits on a 'slow' RAID 1 volume while the new one
will sit on a 'fast' 12 disk RAID 10 volume.
I guess the symlink shouldn't be troublesome but I don't know if some PG
process will continually be reading this link encumbering somehow the RAID 1
disks.

Regards,
Fernando.

In response to

Responses

Browse pgsql-general by date

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