Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Mon, 30 Oct 2006 17:25:11 +0000
  • Message-id: <45463577(dot)2000204(at)archonet(dot)com>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group