Re: WAL Archiving under Windows

From: "Taras Kopets" <tkopets(at)gmail(dot)com>
To: timtas(at)cubic(dot)ch
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: WAL Archiving under Windows
Date: 2006-10-30 17:45:29
Message-ID: ce3f16fd0610300945h56fc997fqa86bfe542dfd52a7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

> archive_command = 'copy %p d:\\backup\\logs\\%f'

I think you should try something like this:
archive_command = 'copy %p d:/backup/logs/%f'
(using single / instead of \\).

In documentation it is said:
restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows
So I think the same format of command line sould be used for copying WAL
files.

Taras Kopets

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John D. Burger 2006-10-30 18:59:54 Re: CREATE TABLE initial value for PRIMARY KEY
Previous Message kbajwa 2006-10-30 17:44:46 DB Designer??