Fix postgres-make-one-base-backup for pg 11
authorJulien Cristau <jcristau@debian.org>
Wed, 4 Sep 2019 14:39:38 +0000 (16:39 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 4 Sep 2019 14:39:38 +0000 (16:39 +0200)
commit2191dc18f007e608f60af7397b70ffa2b825d5d2
treee5e13dbcf0b28a54c031b6e4da5869a35fd06436
parentbacc591b891b7ac609bc3cb48ff128905e102dee
Fix postgres-make-one-base-backup for pg 11

The default was changed to -X stream, which doesn't work when sending to
stdout.  There's no way to disable WAL that works with both 9.6 and 11,
so instead backup redundant WAL files with -X fetch.
modules/postgres/files/backup_server/postgres-make-one-base-backup