Re: BUG #5082: I can't get logfile( achive ) - Mailing list pgsql-bugs

From Robert Haas
Subject Re: BUG #5082: I can't get logfile( achive )
Date
Msg-id 603c8f070909271913p3448bbf6l1a57cc8fc6c8e5bd@mail.gmail.com
Whole thread Raw
In response to BUG #5082: I can't get logfile( achive )  ("smuffy" <vday1945@gmail.com>)
List pgsql-bugs
On Fri, Sep 25, 2009 at 11:50 AM, smuffy <vday1945@gmail.com> wrote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A05082
> Logged by: =A0 =A0 =A0 =A0 =A0smuffy
> Email address: =A0 =A0 =A0vday1945@gmail.com
> PostgreSQL version: 8.4.0
> Operating system: =A0 opensuse 10.2
> Description: =A0 =A0 =A0 =A0I can't get logfile( achive )
> Details:
>
> hello.
>
> My DB can't make a logfile( archive ).
> But archive_mode is on.(postgresql.conf)
> How I get a logfile?
> help me, please.

This isn't a bug; it's a usage question that should be posted to
pgsql-general or pgsql-novice.

Probably the first thing you want to do is look through your server
logs and see if there are any informative error messages in there, or
any indication of archiving activity.

One possibility is that you aren't generating very much WAL activity,
so it's taking a very long time between archive files.  You could try
issuing an explicit CHECKPOINT or setting archive_timeout.

...Robert

pgsql-bugs by date:

Previous
From: "Jesper"
Date:
Subject: BUG #5083: Problem create account.
Next
From: Robert Haas
Date:
Subject: Re: Encounter shared memory error when running createlang command!