RE : PostgreSQL logical incremental backup for version 9.6 and above

From: PASCAL CROZET <pascal(dot)crozet(at)qualis-consulting(dot)com>
To: girish R G peetle <giri(dot)anamika0(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: RE : PostgreSQL logical incremental backup for version 9.6 and above
Date: 2019-11-06 19:05:24
Message-ID: 81433983e7fb485ba294ddad7854f41d@qualis-consulting.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I think you can user pgBackRest<https://pgbackrest.org/>

_________________________________

Cordialement, Pascal CROZET

DBA - [cid:image002(dot)png(at)01D594DD(dot)849024A0] <http://www.qualis-consulting.com> Qualis Consulting<http://www.qualis-consulting.com/>
www.qualis-consulting.com<http://www.qualis-consulting.com/> • 04 78 22 74 90
• Le Bois des Côtes 1 – Bâtiment A
• 300 Route Nationale 6 – 69760 LIMONEST
_________________________________

De : girish R G peetle<mailto:giri(dot)anamika0(at)gmail(dot)com>
Envoyé le :mercredi 6 novembre 2019 18:03
À : pgsql-admin<mailto:pgsql-admin(at)postgresql(dot)org>
Objet :PostgreSQL logical incremental backup for version 9.6 and above

Hi,
I've a requirement to backup incremental data from PostgreSQL database server which are hosted as 'database as a service' like 'Amazon RDS' , Azure Database etc.

Full dump can be taken using pg_dump. But is there is a way to capture incremental changes to the database ? I read about logical replication slots which can be created for each database to capture incremental changes.
But how do we know from where we should backup the SQL statements (as we need need skip those statements already backed up by pg_dump).

I thinking of following steps.
Step 1: Create logical replication slot
Step 2: Run pg_dump ( for full load ).
Step 3: Capture the changes since last pg_dump using replication slot - How to know this information ?

Thanks in advance for any advise.

Thanks
Girish

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message girish R G peetle 2019-11-06 19:26:39 Re: RE : PostgreSQL logical incremental backup for version 9.6 and above
Previous Message girish R G peetle 2019-11-06 17:02:59 PostgreSQL logical incremental backup for version 9.6 and above