Re: suppress empty archive_command warning message

From: Keith <keith(at)keithf4(dot)com>
To: Pavel Tide <paveltide(at)gmail(dot)com>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: suppress empty archive_command warning message
Date: 2021-04-23 19:18:14
Message-ID: CAHw75vvpDMkEFGwDTjK8rA63gL+B3aB302hnZx9_ytkWQiY+UA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, Apr 23, 2021 at 3:02 PM Pavel Tide <paveltide(at)gmail(dot)com> wrote:

> Hello everyone,
>
> Is there a way to suppress the WARNING that is thrown in PG logs if
> archive_mode is enabled but the archive command is empty? Maybe some
> configuration key which I have overlooked?
>
> Thanks!
>

If you're on linux, set the archive_command to "/bin/true"

Keith

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Frost 2021-04-23 19:38:09 Re: suppress empty archive_command warning message
Previous Message Bruce Momjian 2021-04-23 19:17:50 Re: suppress empty archive_command warning message