summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-03-19 16:12:44 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-03-19 16:15:49 +0100
commit15ce19792aff0368c6a1132420c40950f7a18577 (patch)
tree4a571ff88d2225f0d0ac0fd1e4b648bc825711c3 /NEWS
parentba77bef2997e98db3a89a3c572189e70b953df67 (diff)
downloadpostgresql-setup-3.1.tar.gz
postgresql-setup-3.1.tar.xz
postgresql-setup-3.1.zip
postgresql-setup: upgrade & avoid running old serverv3.1
* postgresql-setup.in (upgrade): Call old_data_in_use to ensure that the old database server is not running. (old_data_in_use): New function. ($cleaup): Rename to $failure_cleanup. * NEWS: Document.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c519397..20240df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+New in 3.1 version
+
+* When doing --upgrade, postgresql-setup now guards against upgrading when
+ the old postgresql server is still running.
+
Bugfixes in 3.1 version
* The 'pg_upgrade --link' option is not used for non-in-place upgrades