Re: WAL Archiving under Windows

From: Richard Huxton <dev(at)archonet(dot)com>
To: Tim Tassonis <timtas(at)cubic(dot)ch>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: WAL Archiving under Windows
Date: 2006-10-31 17:16:09
Message-ID: 454784D9.4020005@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tim Tassonis wrote:
> Hi Tom
>
> Richard Huxton wrote:
>> Tim Tassonis wrote:
>>> Hi Tom
>>>
>>> Tom Lane wrote:
>>>> Tim Tassonis <timtas(at)cubic(dot)ch> writes:
>>>>> The strange thing is, even with loglevel debug5, I don't get any
>>>>> log message indicating that postgres is even trying to call the
>>>>> command.
>>>>
>>>> Then it isn't, because there are definitely log messages, which were
>>>> specifically put there for the purpose of recording the fully-expanded
>>>> archive command string:
>>>
>>> I must be, as I increased the debug level and that actually took
>>> place. I did get more log messages.
>>>
>>> Is there anything else that could prevent the archiving from taking
>>> place, without giving any message?
>>
>> Did you check Tom's suggestion that you haven't got a duplicate
>> postgresql.conf somewhere?
>>
> As I said, other changes in the config file did have an effect, so that
> hardly can be the issue.

Could it be that for some reason the WAL backup config isn't being
picked up? Stray non-printing character? Typo? Try "show all".

If that fails I'd think the quickest thing might be to initdb an
alternative installation, run it on a different port with its own config
file and push a load of rows through it. See if that picks up your WAL
backup script. If it does, then it must be something with your config
file. If not, then it's something in the code.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message km 2006-10-31 17:31:32 postgresql and reiserfs
Previous Message Andreas Kretschmer 2006-10-31 17:14:23 Re: limit left join rows to 1