Re: Replication, am I missing something - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Replication, am I missing something
Date
Msg-id 20150501162821.GD16366@awork2.anarazel.de
Whole thread Raw
In response to Replication, am I missing something  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Replication, am I missing something  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
On 2015-05-01 09:24:17 -0700, Joshua D. Drake wrote:
> Origin: select pg_start_backup('my_backup',TRUE);
> Subscriber: rsync -auvk db1:/var/lib/pgsql/data data
> Origin: select pg_stop_backup();
> Subscriber: remove backup_label
> Subscriber: start postgresql

You remove backup_label? Huh? That'll pretty directly lead to a
corrupted database? Why are you doing that?

> So if we aren't willing to backport the 9.4 fixes (which I do understand),
> what do we do about this? Do we need a PSA?

Which 9.4 fixes are you referring to?

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Replication, am I missing something
Next
From: Andres Freund
Date:
Subject: Re: Providing catalog view to pg_hba.conf file - Patch submission