Re: WAL Archiving under Windows - Mailing list pgsql-general

From Richard Huxton
Subject Re: WAL Archiving under Windows
Date
Msg-id 45463577.2000204@archonet.com
Whole thread Raw
In response to Re: WAL Archiving under Windows  (Tim Tassonis <timtas@cubic.ch>)
Responses Re: WAL Archiving under Windows  ("Taras Kopets" <tkopets@gmail.com>)
Re: WAL Archiving under Windows  (Tim Tassonis <timtas@cubic.ch>)
List pgsql-general
Tim Tassonis wrote:
>>> We use version 8.1.3 and the following archive_coomand:
>>>
>>> archive_command = 'copy %p d:\\backup\\logs\%f'
>>                                             ^^^
>> Could the lack of a double-backslash be causing the problem?
>>
>
> Sorry, that was a problem on my quoting. The config file reads:
>
>
> archive_command = 'copy %p d:\\backup\\logs\\%f'

Hmm - in that case I'd be tempted to wrap it in a small script so you
can log the parameters passed in and return code passed out.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: "Leonel Nunez"
Date:
Subject: Re: 8.1.5 RPMS
Next
From: "Taras Kopets"
Date:
Subject: Re: WAL Archiving under Windows