Re: Remove Deprecated Exclusive Backup Mode
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>, David Steele <david@pgmasters.net>, pgsql-hackers@lists.postgresql.org
Date: 2018-11-27T13:55:24Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove exclusive backup mode
- 39969e2a1e4d 15.0 landed
On Tue, Nov 27, 2018 at 02:21:49PM +0100, Peter Eisentraut wrote: > On 27/11/2018 04:46, Andres Freund wrote: >> That was my gut reaction as well, but I think David's argument about >> existing scripts / workflows being broken due the the recovery.conf >> is a good reason to be more aggressive here. > > But backup scripts are not affected by the recovery.conf changes. In any of my own backup scripts (yeah!), I don't have any dependency to that either. Or perhaps pgBackRest has a dependency in this area? -- Michael