Re: WAL replication and Archive command for pgbackrest on same server conf

From: Ruben Morais <ruben(dot)gmorais(at)gmail(dot)com>
To: KK CHN <kkchn(dot)in(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: WAL replication and Archive command for pgbackrest on same server conf
Date: 2024-08-19 13:20:44
Message-ID: CAG8sLzuiX5AXGAOSesK-gSzAEpV6BLciUhBnwSyVXbuhCn3Utg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi,

you can combine:

archive_command = 'pgbackrest --stanza=Demo archive-push %p && cp %p
/data/archive/%f '

You need to change your standby replica to consume the wals from pgbackrest
if you want instead to use both commands.

*Rúben Morais*

*(+351) 965775713*
<https://pt.linkedin.com/pub/rúben-morais/21/b44/b99>
*ruben(dot)gmorais(at)gmail(dot)com
<ruben(dot)gmorais(at)gmail(dot)com>*

On Mon, Aug 19, 2024 at 2:10 PM KK CHN <kkchn(dot)in(at)gmail(dot)com> wrote:

> Hi List ,
>
> I am trying to configure the pgbackrest on a live server ( RHEL9, EPAS16
> and Pgbacrest .2.52) which is having a working WAL archive
> configuration to a standby server in postgresql.conf as follows
>
>
> 1. archive_mod =on
> 2. archive_level=replica
> 3. archive_command = 'cp %p /data/archive/%f'
>
>
> To do the pgbackrest conf on the same archive_command directive (So
> both the existing WAL configuration as well as my new pgbackrest option
> both will work smoothly. how to add an entry in line 3 ??
>
> archive_command = 'pgbackrest --stanza=Demo archive-push cp %p
> /data/archive/%f '
>
>
>
> Please correct me If I am doing wrong in the above line..
>
>
> Thank you,
> Krish
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message milist ujang 2024-08-20 00:26:30 pg 16.4, logical replication, use case = data archiving
Previous Message David G. Johnston 2024-08-19 13:15:31 Re: use of postgres reg* datatypes in user tables?