pgbackrest wiht arcchive mode off /no PITR configuration

From: "Ghiurea, Isabella" <Isabella(dot)Ghiurea(at)nrc-cnrc(dot)gc(dot)ca>
To: PGSQL ADMIN <pgsql-admin(at)postgresql(dot)org>
Subject: pgbackrest wiht arcchive mode off /no PITR configuration
Date: 2025-09-23 14:34:00
Message-ID: b29d24290aad4b49b2bdd73259e528d0@nrc-cnrc.gc.ca
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi List.
I have a requirement to use pgabackrest to run ONLY full backups with no need need for PITR in PG cluster 17.5

I tried several configuration options seems that archive_mode can not be set to "off" for pgbackrest to run, is this correct ?

I tried unsuccessfully : archive_mode = on with
archive_command = '/bin/true'

Second unsuccessfully configuration : archive_mode =on with
archive_command='cp %p /tmp/pgbackrest-archive/%f'

Can you suggest a working solution for my requirements ?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tim Gerber 2025-09-23 14:44:42 Re: pgbackrest wiht arcchive mode off /no PITR configuration
Previous Message srinivasan s 2025-09-23 12:47:03 Re: Anti virus scanning for Postgres database servers