Date: Mon, 1 Jul 2024 17:17:55 GMT From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5ac0b01d93bc - main - UPDATING: clarify unifi8 + mongodb60 in place upgrade Message-ID: <202407011717.461HHtCi083140@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 commit 5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-06-25 19:07:40 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-07-01 17:17:40 +0000 UPDATING: clarify unifi8 + mongodb60 in place upgrade PR: 279029 --- UPDATING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATING b/UPDATING index cd95246f6aa0..ac36bed90430 100644 --- a/UPDATING +++ b/UPDATING @@ -55,6 +55,10 @@ you update your ports collection, before attempting any port upgrades. For an in-place upgrade it is important that the MongoDB 'featureCompatibilityVersion' is set to 5.0. See: https://www.mongodb.com/docs/v6.0/release-notes/6.0-upgrade-standalone/#feature-compatibility-version + Run these commands in mongodb50 before upgrading (e.g. while unifi is running): + $ mongo --port 27117 + > db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } ) + > exit See updating entry 20230310 for a backup/restore upgrade.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407011717.461HHtCi083140>
