Re: Backup and Recovery related - Mailing list pgsql-admin

From Stephen Frost
Subject Re: Backup and Recovery related
Date
Msg-id ZdeJfXQ83krPouxf@tamriel.snowman.net
Whole thread Raw
In response to Backup and Recovery related  (SathishKumar R <mail.to.sathishkumar.raja@gmail.com>)
List pgsql-admin
Greetings,

* SathishKumar R (mail.to.sathishkumar.raja@gmail.com) wrote:
> Our organisation is now implementing a backup and recovery process.We use
> Debezium to collect change data, which requires wal_level=logical.
> Our backup method is as follows: every third day, full backup, and
> incremental backups for the remaining days.
>
> Is it feasible to take physical and incremental backups with
> wal_level=logical and archive_mode=on in postgres-15 ?

Yes, wal_level=logical is fine for doing online backups with PG.  I'd
suggest you look into a backup tool like pgBackRest for your physical
backups, which supports both full and incremental backups.

Thanks,

Stephen

Attachment

pgsql-admin by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Use AD-account as login into Postgres.
Next
From: Lucio Chiessi
Date:
Subject: Another way to do audit in DML operations in PostgreSQL >= 14