Re: Postgres incremental backups per db (not per cluster) - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Postgres incremental backups per db (not per cluster)
Date
Msg-id f34a8ace-264e-e1eb-5bc7-717016406970@aklaver.com
Whole thread Raw
In response to Postgres incremental backups per db (not per cluster)  (Jaime Solorzano <jaisol@hotmail.com>)
Responses Re: Postgres incremental backups per db (not per cluster)  (Jaime Solorzano <jaisol@hotmail.com>)
List pgsql-general
On 9/23/21 12:57 PM, Jaime Solorzano wrote:
> According to the WAL Point-in-time recovery and incremental backup 
> documentation, pg_basebackup and wals are used to take backups and 
> incremental backups of a running PostgreSQL cluster.
> 
> 
> I wonder if there is a way to take incremental backups per database 
> instead of the entire cluster.

You already know the answer to that:

https://stackoverflow.com/questions/69304047/postgres-incremental-backups-per-db-not-per-cluster

> 
> 
> Thanks !
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Postgres incremental backups per db (not per cluster)
Next
From: Jaime Solorzano
Date:
Subject: Postgres incremental backups per db (not per cluster)