Re: WAL archiving - Mailing list pgsql-admin

From Vladimir Rusinov
Subject Re: WAL archiving
Date
Msg-id f6fdfb550802212335q2579120ah5f521d12d49ae36b@mail.gmail.com
Whole thread Raw
In response to WAL archiving  (Shilpa Sudhakar <ssudhakar@internode.com.au>)
List pgsql-admin


On 2/22/08, Shilpa Sudhakar <ssudhakar@internode.com.au> wrote:
I am new to postgres and have been slowly learning the concepts.

Regarding WAL archiving, we first take a base backup and then save all
the wal logs for PITR.

Not exactly.
1. adjust acrhive_command to save wal's to backup dir
2. execute SELECT pg_start_backup('lable')
3. copy database files
4. execute SELECT pg_stop_backup()

Both the base backup and wal logs are stored in another disk.

Since the wal logs keep increasing, do we take the base backup every now
and then so that we can delete the old log files?

Yes, but do not delete old files until the new backup was successfully finished.

How often do we take a base filesystem backup keeping in mind that our
systems are 24 x 7.

It depends on your diskspace & load.

Any suggestions are appreciated.

Read the manual. It's pretty good & explains almost everything.

--
Vladimir Rusinov
Voronezh, Russia
UNIX Admin @ Murano Software

pgsql-admin by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: Clave usuario postgres
Next
From: Milen Evtimov
Date:
Subject: server process (PID ) was terminated by signal 29