Re: [RFC] Incremental backup v2: add backup profile to base backup - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [RFC] Incremental backup v2: add backup profile to base backup
Date
Msg-id 20141003211225.GU7158@awork2.anarazel.de
Whole thread Raw
In response to [RFC] Incremental backup v2: add backup profile to base backup  (Marco Nenciarini <marco.nenciarini@2ndquadrant.it>)
Responses Re: [RFC] Incremental backup v2: add backup profile to base backup
List pgsql-hackers
On 2014-10-03 17:31:45 +0200, Marco Nenciarini wrote:
> I've updated the wiki page
> https://wiki.postgresql.org/wiki/Incremental_backup following the result
> of discussion on hackers.
> 
> Compared to first version, we switched from a timestamp+checksum based
> approach to one based on LSN.
> 
> This patch adds an option to pg_basebackup and to replication protocol
> BASE_BACKUP command to generate a backup_profile file. It is almost
> useless by itself, but it is the foundation on which we will build the
> file based incremental backup (and hopefully a block based incremental
> backup after it).
> 
> Any comment will be appreciated. In particular I'd appreciate comments
> on correctness of relnode files detection and LSN extraction code.

Can you describe the algorithm you implemented in words?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: David G Johnston
Date:
Subject: Re: Trailing comma support in SELECT statements
Next
From: "Brightwell, Adam"
Date:
Subject: Re: superuser() shortcuts