Prevent running pg_basebackup as root
authorMichael Paquier <michael@paquier.xyz>
Sat, 1 Feb 2020 09:30:25 +0000 (18:30 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 1 Feb 2020 09:30:25 +0000 (18:30 +0900)
commit7bae0ad9fcb76b28410571dc71edfdc3175c4a02
treebdfaa8f08fb37a788dd79abb90c69ff06a846de1
parent93745f1e019543fe7b742d0c5e971aad8d08fd56
Prevent running pg_basebackup as root

Similarly to pg_upgrade, pg_ctl and initdb, a root user is able to use
--version and --help, but cannot execute the actual operation to avoid
the creation of files with permissions incompatible with the
postmaster.

This is a behavior change, so not back-patching is done.

Author: Ian Barwick
Discussion: https://postgr.es/m/CABvVfJVqOdD2neLkYdygdOHvbWz_5K_iWiqY+psMfA=FeAa3qQ@mail.gmail.com
src/bin/pg_basebackup/pg_basebackup.c