PostgreSQL logical incremental backup for version 9.6 and above - Mailing list pgsql-admin

From girish R G peetle
Subject PostgreSQL logical incremental backup for version 9.6 and above
Date
Msg-id CAKKd0665D1uOCGE+4TSSiMbQjZ6GmCatwgJ+RadNV_S3jhKLsg@mail.gmail.com
Whole thread Raw
Responses RE : PostgreSQL logical incremental backup for version 9.6 and above  (PASCAL CROZET <pascal.crozet@qualis-consulting.com>)
Database consistency check.  (Asomba Djala <asombadjala8@gmail.com>)
List pgsql-admin
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

pgsql-admin by date:

Previous
From: Wells Oliver
Date:
Subject: Re: to_tsvector() chopping off trailing 's' characters
Next
From: PASCAL CROZET
Date:
Subject: RE : PostgreSQL logical incremental backup for version 9.6 and above