From b3502bb172f127d91ef59d5cd423ec1c9b12b3cb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 25 Sep 2015 10:42:55 +0200 Subject: postgresql-setup: warn for $PGDATA mountpoints Resolves: rhbz#1247477 * configure.ac (MOUNTPOINT): New configure-time variable. * postgresql-setup.in: Warn if $pgdata or `dirname $pgdata` is a mountpoint. * NEWS: Document. * README: Document that its better to have util-linux in BR. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 989a308..e4424b1 100644 --- a/NEWS +++ b/NEWS @@ -4,9 +4,14 @@ Bugfixes in 3.4 version * Fix upgrade for non-standard unit names with --unit option. +New in 3.4 version + * Add --upgrade-from-unit option which allows proper selection of predecessor service name (when the default detection does not help). +* postgresql-setup now throws warning if the PGDATA directory (or its + parent directory) is a mountpoint. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bugfixes in 3.3 version -- cgit