aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-08-30 07:30:30 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-08-30 07:30:30 +0000
commitc0b10498135a77bf9e89bf65920558435816fd7d (patch)
tree654f0881e3ddf2fdfd07e762cf2fd035e4aa9dae /UPDATING
parent967ce1acbd06be1374cabac5c41d67c1007c9025 (diff)
downloadports-c0b10498135a77bf9e89bf65920558435816fd7d.tar.gz
ports-c0b10498135a77bf9e89bf65920558435816fd7d.zip
UPDATING: Correct and improve wording of PostgreSQL update
It stated "prevent" while i meant "preserve". Submitted by: David Magda <dmagda@ee.ryerson.ca>
Notes
Notes: svn path=/head/; revision=510244
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 6f6433743f20..bca660357e00 100644
--- a/UPDATING
+++ b/UPDATING
@@ -57,8 +57,8 @@ you update your ports collection, before attempting any port upgrades.
# service postgresql start
ATTENTION:
- 1) The default user changed from "pgsql" to "postgres". The migration steps above prevent the
- user "pgsql" as database user while the database itself is executed using the "postgres" user of FreeBSD
+ 1) The default user changed from "pgsql" to "postgres". The migration steps above preserve
+ the "pgsql" database user while the database daemon is now executed as the "postgres" FreeBSD user.
2) The default data dir changed from "/usr/local/pgsql/data/" to "/var/db/postgres/data11/"
3) If you use non-default initdb options, you have to adjust the initdb-command accordingly