Re: PostgreSQL 9.0.1 PITR can not copy WAL file

Поиск
Список
Период
Сортировка
От tuanhoanganh
Тема Re: PostgreSQL 9.0.1 PITR can not copy WAL file
Дата
Msg-id AANLkTinnAy6Z4FBk=u5YNuh3_nz__TgfLNYSmumpXtAY@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.0.1 PITR can not copy WAL file  (Christian Ullrich <chris@chrullrich.net>)
Ответы Re: PostgreSQL 9.0.1 PITR can not copy WAL file
Список 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 по дате отправления:

Предыдущее
От: Julia Jacobson
Дата:
Сообщение: Re: Subquery for column names of tablefunc crosstab queries
Следующее
От: Bosco Rama
Дата:
Сообщение: Re: Large object corruption during 'piped' pg_restore