Date: Fri, 30 Aug 2019 07:30:31 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510244 - head Message-ID: <201908300730.x7U7UVFH020077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Aug 30 07:30:30 2019 New Revision: 510244 URL: https://svnweb.freebsd.org/changeset/ports/510244 Log: UPDATING: Correct and improve wording of PostgreSQL update It stated "prevent" while i meant "preserve". Submitted by: David Magda <dmagda@ee.ryerson.ca> Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Aug 30 07:30:17 2019 (r510243) +++ head/UPDATING Fri Aug 30 07:30:30 2019 (r510244) @@ -57,8 +57,8 @@ you update your ports collection, before attempting an # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908300730.x7U7UVFH020077>