Re: Large Database/ Multiple Hard drives

From: postgres(at)vrane(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Large Database/ Multiple Hard drives
Date: 2002-05-09 17:27:31
Message-ID: 20020509132731.A7196@amd.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you don't want to use raid you can move
the files in $PGDATA/base to new drive
and then put symlinks to them in their
original place.

You should shut pg down before. Also
better not make any mistake

On Thu, May 09, 2002 at 12:03:34PM -0500, shey sewani wrote:
>
> Hello,
>
> I'm running a fairly large database, several GB. My hard drive is filling
> up, soon I will need a larger hard drive. I would like
> to know if there is a way to put part of the postgresql database on the old
> hard drive and another part on the new hard drive. I would like to avoid
> raid and other complicated methods if I can.
>
> Thank you.
>
>
> Sheheryar Sewani
> Houston, TX
>
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-05-09 17:39:33 Re: Psql 7.2.1 Regress tests failed on RedHat 7.3
Previous Message shey sewani 2002-05-09 17:03:34 Large Database/ Multiple Hard drives