git: 5ac0b01d93bc - main - UPDATING: clarify unifi8 + mongodb60 in place upgrade

From: Ronald Klop <ronald_at_FreeBSD.org>
Date: Mon, 01 Jul 2024 17:17:55 UTC
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.