Re: Move PGdata to a different drive - Mailing list pgsql-general

From Jasen Betts
Subject Re: Move PGdata to a different drive
Date
Msg-id h0llr8$90o$9@reversiblemaps.ath.cx
Whole thread Raw
In response to Move PGdata to a different drive  (Jennifer Trey <jennifer.trey@gmail.com>)
List pgsql-general
On 2009-06-05, David Fetter <david@fetter.org> wrote:
> On Thu, Jun 04, 2009 at 11:11:29AM -0400, Bruce Momjian wrote:
>> Jennifer Trey wrote:
>> > Hi,
>> > What file should I be working with?
>>
>> Just shut down the server and move the directory whever you want and
>> restart the server.  There are no file contents that need changing.
>> Of course should adjust your scripts or PGDATA environment variable.
>
> Another way to do this is to mount the drive at the place where PGDATA
> used to be.  The down side of this approach is that it only works if
> you want your PGDATA at the root of that new drive.

linux (2.4 and later) can mount paths using --bind

That is, you can use mount like a symlink (except unlike a symlink the mounted
directories are still there after chroot)






>
> Cheers,
> David.
> --
> David Fetter <david@fetter.org> http://fetter.org/
> Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
> Skype: davidfetter      XMPP: david.fetter@gmail.com
>
> Remember to vote!
> Consider donating to Postgres: http://www.postgresql.org/about/donate
>


pgsql-general by date:

Previous
From: Jasen Betts
Date:
Subject: Re: limit table to one row
Next
From: "tamanna madaan"
Date:
Subject: postgres getting slow under heavy load though autivacuum is enabled