Re: Archiving problem on Windows

From: Paul Lambert <paul(dot)lambert(at)reynolds(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Archiving problem on Windows
Date: 2007-12-05 01:47:55
Message-ID: 4756034B.8020208@reynolds.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Christian Rengstl wrote:
> show config_file points to the right one. I restarted the server after
> every change. After including the quotation marks as in the docs, the
> quotation marks also appeared in the command, so at least it shows that
> the config file was read.
>

How about show archive_command;? Just to verify that it's reading in the
right thing.

e.g.
My postgresql.conf:
archive_command = 'copy "%p" E:\\PostgreSQL\\WAL_Archive\\%f'

From pgsql:
postgres=# show archive_command;
archive_command
----------------------------------------
copy "%p" E:\PostgreSQL\WAL_Archive\%f

Cheers,
Paul.

--
Paul Lambert
Database Administrator
AutoLedgers - A Reynolds & Reynolds Company

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message lighthouse.software 2007-12-05 03:37:39 Re: ldap authentication allows logon with blank password
Previous Message Ow Mun Heng 2007-12-05 01:45:19 Windows Client App Was [Re: Tuning configuration]