Postgres incremental backups per db (not per cluster)

Started by Jaime Solorzanoover 4 years ago5 messagesgeneral
Jump to latest
#1Jaime Solorzano
jaisol@hotmail.com

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.

Thanks !

#2Ron
ronljohnsonjr@gmail.com
In reply to: Jaime Solorzano (#1)
Re: Postgres incremental backups per db (not per cluster)

On 9/23/21 2: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're not the first to ask (I wasn't the first either...), and not the
first to hear said, "it's not possible".

--
Angular momentum makes the world go 'round.

#3Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Jaime Solorzano (#1)
Re: Postgres incremental backups per db (not per cluster)

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

#4Jaime Solorzano
jaisol@hotmail.com
In reply to: Ron (#2)

Thank you !

________________________________
From: Ron <ronljohnsonjr@gmail.com>
Sent: Thursday, September 23, 2021 02:37 PM
To: pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Subject: Re: Postgres incremental backups per db (not per cluster)

On 9/23/21 2: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're not the first to ask (I wasn't the first either...), and not the first to hear said, "it's not possible".

--
Angular momentum makes the world go 'round.

#5Jaime Solorzano
jaisol@hotmail.com
In reply to: Adrian Klaver (#3)
Re: Postgres incremental backups per db (not per cluster)

Thanks !

________________________________
From: Adrian Klaver <adrian.klaver@aklaver.com>
Sent: Thursday, September 23, 2021 03:56 PM
To: Jaime Solorzano <jaisol@hotmail.com>; pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Subject: Re: Postgres incremental backups per db (not per cluster)

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