> On Mon, 15 Feb 2010 11:52:11 +0100, Marco Zancanaro said:
>
> I copy the RunAfetJob line from the default catalog backup job, but i don't
> understand it. If before the job the script dumps the database, and after
> the file is deleted, what's the point? I don't get it.
The point is that jo
Hi,
You can backup postgresql in three different ways:
1. dumping database or postgresql cluster to file using pg_dump, then
backing up those file (semi hot backup)
2. backing up all postgresql cluster data files and postgresql wal files
using postgresql pitr feature (hot backup)
3. backing up all