Re: backup including symbolic links?

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "NUWAN LIYANAGE" <alnuwan(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: backup including symbolic links?
Date: 2008-01-26 02:22:58
Message-ID: dcc563d10801251822r229357b0s795610631d6bab02@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Jan 25, 2008 1:55 PM, NUWAN LIYANAGE <alnuwan(at)yahoo(dot)com> wrote:
> Hello,
>
> I have a 450gb production database, and was trying to create a development
> database using a bkp.
> I was following the instructions on postgres documentation, and came across
> the paragraph that says...
> " If you are using tablespaces that do not reside underneath this (data)
> directory, be careful to include them as well (and be sure that your backup
> dump archives symbolic links as links, otherwise the restore will mess up
> your tablespaces)."
> I have a seperate pg_tablespaces folder under E:\ drive since there wasn't
> enough space in my C:\ drive to put them.
>
> My db is 8.2 and is running on windows 2003.
>
> Can anyone tell me how to backup my database (including the symbolic links
> as links).

A standard pg_dumpall --globals will dump the create tablespace
statement, which you can edit as needed for your new machine. A plain
pg_dump of the database will dump out the tables with tablespace
statements. A pg_dumpall of the whole database cluster can also be
used to do this.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2008-01-26 18:10:49 Re: Recovering a database in danger of transaction wrap-around
Previous Message Steven Rosenstein 2008-01-26 01:02:02 Re: Recovering a database in danger of transaction wrap-around