Best backup setup - Mailing list pgsql-general

From Gabor Siklos
Subject Best backup setup
Date
Msg-id 008a01c8a553$3a8d3360$afa79a20$@com
Whole thread Raw
Responses Re: Best backup setup  (Erik Jones <erik@myemma.com>)
List pgsql-general

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

pgsql-general by date:

Previous
From: wstrzalka
Date:
Subject: Re: plpgsql and logical expression evaluation
Next
From: mateo21@siteduzero.com
Date:
Subject: Re: Bitmap Heap Scan takes a lot of time