Re: WAL Archiving under Windows

From: Richard Huxton <dev(at)archonet(dot)com>
To: Tim Tassonis <timtas(at)cubic(dot)ch>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: WAL Archiving under Windows
Date: 2006-10-30 17:25:11
Message-ID: 45463577.2000204@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonel Nunez 2006-10-30 17:41:50 Re: 8.1.5 RPMS
Previous Message Tim Tassonis 2006-10-30 17:05:41 Re: WAL Archiving under Windows