Re: Archiving problem on Windows

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Archiving problem on Windows
Date: 2007-12-04 11:21:51
Message-ID: 20071204112151.GG25044@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Tue, dem 04.12.2007, um 12:05:41 +0100 mailte Christian Rengstl folgendes:
> >> a have a problem using the following archiving command on windows:
> >> 'copy %p C:\\Archive\\DBArchive\\%f'
> >
> > According the doc, the command should be:
> >
> > archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
> >
> >
> > Perhaps missing "" around the parameters %p and %f, AND/OR wrong path
> for
> > the destination (\\ instead /), i'm not sure, i'm not familiar with
> PG
> > under Windows.
>
> I read that part of the docs, too, and changed it accordingly, but
> without any success.

The propper config-file? (compare with the output from the command
"show config_file;" within psql), reload/restart the server?

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christian Rengstl 2007-12-04 11:30:44 Re: Archiving problem on Windows
Previous Message Christian Rengstl 2007-12-04 11:05:41 Re: Archiving problem on Windows