Warm-standby robustness question - Mailing list pgsql-admin

From David F. Skoll
Subject Warm-standby robustness question
Date
Msg-id 4768081F.90500@roaringpenguin.com
Whole thread Raw
Responses Re: Warm-standby robustness question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hi,

We have two PostgreSQL 8.2 database servers: A master and a warm-standby
server.  We plan on making an initial backup of the master onto the standby
and then use log-shipping with "real-time" WAL-file processing as described
in http://www.postgresql.org/docs/8.2/static/warm-standby.html

My question is this:  If the master database is fairly busy, gets
VACUUMed once a day, etc. can we expect the warm standby server
to work correctly after days/weeks/months/years of log shipping,
or should we periodically take new base backups?

How long would you go between base backups?  Or is one initial copy
really sufficient with WAL-shipping-and-consuming working perfectly
thereafter?

Regards,

David.

pgsql-admin by date:

Previous
From: Sören Kress
Date:
Subject: PITR and modification of the backup database
Next
From: Tom Lane
Date:
Subject: Re: Warm-standby robustness question