Re: PostgreSQL 9.0.1 PITR can not copy WAL file - Mailing list pgsql-general

From tuanhoanganh
Subject Re: PostgreSQL 9.0.1 PITR can not copy WAL file
Date
Msg-id AANLkTinnAy6Z4FBk=u5YNuh3_nz__TgfLNYSmumpXtAY@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL 9.0.1 PITR can not copy WAL file  (Christian Ullrich <chris@chrullrich.net>)
Responses Re: PostgreSQL 9.0.1 PITR can not copy WAL file
List 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@chrullrich.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


pgsql-general by date:

Previous
From: Julia Jacobson
Date:
Subject: Re: Subquery for column names of tablefunc crosstab queries
Next
From: Bosco Rama
Date:
Subject: Re: Large object corruption during 'piped' pg_restore