Re: online tape backup - Mailing list pgsql-admin

From Michael Monnerie
Subject Re: online tape backup
Date
Msg-id 200702131027.02556@zmi.at
Whole thread Raw
In response to online tape backup  ("Eduardo J. Ortega" <ejortegau@cable.net.co>)
Responses Re: online tape backup  ("Peter Childs" <peterachilds@gmail.com>)
Re: online tape backup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
On Samstag, 10. Februar 2007 01:51 Eduardo J. Ortega wrote:
> 1) pg_start_backup
> 2) tar to my tape device /data/postgresql excluding
> /data/postgresql/pg_xlog 3) pg_stop_backup
> 4) delete WAL files under /data/pg_trans_log/ (which is the directory
> to which archive_command copies my archived WAL files) with name
> "smaller" than the name of the last 000*.backup
> 5) append to previously created tar on the tape the WAL
> directory /data/pg_trans_log/

Dear all, I'm replying to this message because it's a good start, and
I'm thinking of switching from currently pg_dump on all databases to
using the concept of base+WAL backup.

What we did until now was (not using WAL)
- pg_dump for each DB
- vacuum full analyze for each DB after backup

From what I understand, if I run a vacuum, the WAL logs will be
enormous, as they do not simply store the vacuum command itself, but
every single operation done on the db.

If that's true, running vacuum before the base backup could be better,
as there are less WAL logs to store, making the backup smaller, right?

mfg zmi
--
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0676/846 914 666                      .network.your.ideas.
// PGP Key:        "curl -s http://zmi.at/zmi4.asc | gpg --import"
// Fingerprint: EA39 8918 EDFF 0A68 ACFB  11B7 BA2D 060F 1C6F E6B0
// Keyserver: www.keyserver.net                   Key-ID: 1C6FE6B0

Attachment

pgsql-admin by date:

Previous
From: "Shoaib Mir"
Date:
Subject: Re: WAL files backup
Next
From: "Peter Childs"
Date:
Subject: Re: online tape backup