On Mon, Sep 4, 2017 at 7:21 PM, Michael Paquier <[email protected]> wrote: > A simple idea would be to pass as a parameter a regex on which we > check files to skip when scanning the directory of the target remotely > or locally. This needs to be used with care though, it would be easy > to corrupt an instance.
I actually shortcut that with a strategy similar to base backups: logs are on another partition, log_directory uses an absolute path, and PGDATA has no reference to the log path. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
