From owner-svn-ports-head@freebsd.org Fri Aug 30 07:30:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9827FC555B; Fri, 30 Aug 2019 07:30:31 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46KWNR3Ykhz3HyM; Fri, 30 Aug 2019 07:30:31 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B3B02CBED; Fri, 30 Aug 2019 07:30:31 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7U7UVLN020078; Fri, 30 Aug 2019 07:30:31 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7U7UVFH020077; Fri, 30 Aug 2019 07:30:31 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201908300730.x7U7UVFH020077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 30 Aug 2019 07:30:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510244 - head X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 510244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2019 07:30:31 -0000 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 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