From: | Christophe <xof(at)thebuild(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Backup setup |
Date: | 2008-04-23 15:35:08 |
Message-ID: | F013BC5B-B1DE-4817-96B1-ACECD5306581@thebuild.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
For a database that big, you might consider using the WAL archiving
strategy and shipping the WAL files offsite:
http://www.postgresql.org/docs/8.3/interactive/continuous-
archiving.html
On Apr 23, 2008, at 8:14 AM, Gabor Siklos wrote:
> I need to back up our database off-site for disaster recovery. If I
> just back up the entire database data directory (i.e. /var/lib/
> pgsql/data) will I be able to restore from there? Or should I
> instead just dump the data, using pg_dump, and back up the dump?
>
> The advantage of the first method would be that I would not have to
> wait for pg_dump (it takes quite long on our 60G+ database) and
> would just be able to configure the backup agent to monitor the
> data directory and do differential backups of the files there every
> hour or so.
>
> Your suggestions are much appreciated!
>
> -Gabor
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Alan Hodgson | 2008-04-23 15:38:05 | Re: Backup setup |
Previous Message | Tom Lane | 2008-04-23 15:31:36 | Re: Backup setup |