From: | Tim Tassonis <timtas(at)cubic(dot)ch> |
---|---|
To: | Richard Huxton <dev(at)archonet(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: WAL Archiving under Windows |
Date: | 2006-10-30 17:05:41 |
Message-ID: | 454630E5.6080005@cubic.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Richard Huxton wrote:
> Tim Tassonis wrote:
>> Hi
>>
>> Has anybody got any expierience with PITR recovery under Windows.
>> PostgreSQL just doesn't seem to copy the WAL Files to the acrive
>> location. We have done the initial backup and the first wal file was
>> copied, but after that, it seems to ignore the newer ones. We now have
>> two more wal filex in pg_xlog that were not transferred to the archive
>> directory.
>>
>> 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'
Bye
Tim
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2006-10-30 17:25:11 | Re: WAL Archiving under Windows |
Previous Message | Richard Huxton | 2006-10-30 17:02:35 | Re: WAL Archiving under Windows |