Re: Remove Deprecated Exclusive Backup Mode
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Christophe Pettus <xof@thebuild.com>
Cc: Stephen Frost <sfrost@snowman.net>, Robert Haas <robertmhaas@gmail.com>, Fujii Masao <masao.fujii@gmail.com>, David Steele <david@pgmasters.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-25T21:38:06Z
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
Hi, On 2019-02-25 09:24:32 -0800, Christophe Pettus wrote: > But the resistance to major version upgrades is *huge*, and I'm > strongly biased against anything that will make that harder. I'm not > sure I'm communicating how big a problem telling many large > installations, "If you move to v12/13/etc., you will have to change > your backup system" is going to be. I think you might be right about this specific issue. But to me it sounds like you also don't appreciate that development resources are really constrained too, and providing endless backward compatibility for everything is going to use both resources directly, and indirectly by making the whole system more complex. I've been on your side of this fight a couple times (and largely lost), but I think it's important to appreciate that it's all a balancing, and we all have valid reasons to keep the balance between development pace / ease of use / ease of upgrade the way we argue for them. Hard upgrading is going to reduce adoption, but so is lack of feature development and too many creaky & redundant & easy to misuse interfaces. Greetings, Andres Freund