| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Problem with PITR recovery |
| Date: | 2005-04-16 16:00:28 |
| Message-ID: | 13133.1113667228@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> The problem is that we don't archive the partially written xlog file,
> and in this case that xlog file contains the information needed to make
> the tar file consistent.
> Is this a known problem? Do we document this? If so, I can't find it.
Yes, and yes. You did not follow the procedure:
http://www.postgresql.org/docs/8.0/static/backup-online.html#BACKUP-PITR-RECOVERY
In particular, step 2 says:
: ... you need at the least to copy the contents of the pg_xlog
: subdirectory of the cluster data directory, as it may contain logs which
: were not archived before the system went down.
Possibly this needs to be highlighted a little better.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | elein | 2005-04-16 17:32:34 | Re: argtype_inherit() is dead code |
| Previous Message | Bruce Momjian | 2005-04-16 05:11:06 | Problem with PITR recovery |