Re: is the base backup protocol used by out-of-core tools?
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>,
Michael Paquier <michael@paquier.xyz>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Etsuro Fujita <etsuro.fujita@gmail.com>
Date: 2022-02-09T20:05:02Z
Lists: pgsql-hackers
On Wed, Feb 9, 2022 at 2:02 PM Robert Haas <robertmhaas@gmail.com> wrote: > > On Wed, Feb 9, 2022 at 3:14 AM Kyotaro Horiguchi > <horikyota.ntt@gmail.com> wrote: > > Thanks for pining. AFAICS, as you see, pg_rman doesn't talk > > basebackup protocol (nor even pg_basebackup command) as it supports > > inremental backup. So there's no issue about the removal of old > > syntax on our side. > > Cool. Since the verdict here seems pretty unanimous and we've heard > from a good number of backup tool authors, I'll give this another day > or so and then commit, unless objections emerge before then. Late to the game, but here's another +1. -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/
Commits
-
Remove server support for the previous base backup protocol.
- 0d4513b61386 15.0 landed
-
Remove server support for old BASE_BACKUP command syntax.
- 9cd28c2e5f11 15.0 landed
-
Modify pg_basebackup to use a new COPY subprotocol for base backups.
- cc333f32336f 15.0 cited
-
Flexible options for BASE_BACKUP.
- 0ba281cb4bf9 15.0 cited