Re: Server-side base backup: why superuser, not pg_write_server_files?
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-28T15:28:20Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Fri, Jan 28, 2022 at 5:58 AM Dagfinn Ilmari Mannsåker > <ilmari@ilmari.org> wrote: >> I just noticed that the new server-side base backup feature requires >> superuser privileges (which is only documented in the pg_basebackup >> manual, not in the streaming replication protocol specification). >> >> Isn't this the kind of thing the pg_write_server_files role was created >> for, so that it can be delegated to a non-superuser? > > That's a good idea. I didn't think of that. Would you like to propose a patch? Sure, I'll try and whip something up over the weekend. - ilmari
Commits
-
Fix server crash bug in 'server' backup target.
- 8e2b6d45a033 15.0 landed
-
Adjust server-side backup to depend on pg_write_server_files.
- 7f6772317b4a 15.0 landed