Re: pgbackrest with no PITR option configuraton

From: Tim Gerber <tggerber(at)gmail(dot)com>
To: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
Cc: "Ghiurea, Isabella" <Isabella(dot)Ghiurea(at)nrc-cnrc(dot)gc(dot)ca>, PGSQL ADMIN <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pgbackrest with no PITR option configuraton
Date: 2025-09-05 18:44:14
Message-ID: CAPKih1x8PftgZ3M+cMY4TwvQSmUMGrz1V1xRqphi3-3t1RJkmQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You also have a mis-spelling in the archive_command which I'm guessing is
why it failed. Needs to be:

archive_command="/bin/true"

On Fri, Sep 5, 2025 at 1:31 PM Ron Johnson <ronljohnsonjr(at)gmail(dot)com> wrote:

> On Fri, Sep 5, 2025 at 2:26 PM Ghiurea, Isabella <
> Isabella(dot)Ghiurea(at)nrc-cnrc(dot)gc(dot)ca> wrote:
>
>> Hi List,
>>
>> My requirement is to use pgbackrest for running full PG backups only no
>> need for PITR.
>>
>> How to configure this in archive_command configuration parameter for
>> pgbackrest conf.
>>
>> seems pgbackrest always asks for archive_mode =on but I assume in
>> archive_commnad I can instruct to not use/generate the WAL files. I
>> trieded archive_command="/bint/rue" but getting error.
>>
>> Any other suggestions ?
>>
>>
>
> "PgBackrest without PITR" sounds like pg_basebackup.
>
> --
> Death to <Redacted>, and butter sauce.
> Don't boil me, I'm still alive.
> <Redacted> lobster!
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ghiurea, Isabella 2025-09-05 19:04:26 Re: Re: pgbackrest with no PITR option configuraton
Previous Message Ron Johnson 2025-09-05 18:31:29 Re: pgbackrest with no PITR option configuraton