Re: Remove Deprecated Exclusive Backup Mode
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: David Steele <david@pgmasters.net>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-11-27T03:20:13Z
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 Mon, Nov 26, 2018 at 10:13:34PM -0500, David Steele wrote: > Non-exclusive backups have been available since 9.6 and several third-party > solutions support this mode, in addition to pg_basebackup. I think that two releases is not actually that much time to just nuke the exclusive backup interface. I would be fine if the docs show the deprecation more aggressively using a warning section, and we could add an explicit WARNING message about the matter directly when calling pg_start_backup and pg_stop_backup. My 2c. -- Michael