summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-09-25 10:42:55 +0200
committerPavel Raiskup <praiskup@redhat.com>2015-09-25 10:53:31 +0200
commitb3502bb172f127d91ef59d5cd423ec1c9b12b3cb (patch)
treeac158f2f3d8d40b6d81b80d9be296f1467142d6c /NEWS
parent31d6d5504c4c26b19bc295e15b5893566826351f (diff)
downloadpostgresql-setup-b3502bb172f127d91ef59d5cd423ec1c9b12b3cb.tar.gz
postgresql-setup-b3502bb172f127d91ef59d5cd423ec1c9b12b3cb.tar.xz
postgresql-setup-b3502bb172f127d91ef59d5cd423ec1c9b12b3cb.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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