Re: PostgreSQL 9.0.1 PITR can not copy WAL file

From: tuanhoanganh <hatuan05(at)gmail(dot)com>
To: Christian Ullrich <chris(at)chrullrich(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 9.0.1 PITR can not copy WAL file
Date: 2011-01-21 17:41:26
Message-ID: AANLkTinnAy6Z4FBk=u5YNuh3_nz__TgfLNYSmumpXtAY@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have changed archive_command to
archive_command = 'copy %p D:\\3SDATABACKUP\\PITR\\WAL\\%f'
and it work again.
But why old archive_command work from 01/01 to 05/01
archive_command = 'copy %p D:/3SDATABACKUP/PITR/WAL/%f'

Thank for your help
Tuan Hoang ANh

On Fri, Jan 21, 2011 at 8:58 PM, Christian Ullrich <chris(at)chrullrich(dot)net>wrote:

> * tuanhoanganh wrote:
>
> Here is procmon i thinks error
>>
> [some procmon events]
>
> No, that is all OK. The event at 2:39:55.7588651 is where Postgres starts
> cmd.exe to perform the copy. The really interesting data would be from
> cmd.exe itself, which implements the copy command.
>
> Please send the events from cmd.exe for the ten seconds following that
> timestamp. If it is overly much, please send it to me directly.
>
> --
> Christian
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bosco Rama 2011-01-21 17:44:21 Re: Large object corruption during 'piped' pg_restore
Previous Message Julia Jacobson 2011-01-21 17:34:17 Re: Subquery for column names of tablefunc crosstab queries