summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2024-06-25 21:07:40 +0200
committerRonald Klop <ronald@FreeBSD.org>2024-07-01 19:17:40 +0200
commit5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 (patch)
treeec68457f834ebb4461e859fd4996a79f5cd1be63 /UPDATING
parentgraphics/mesa-dri: unbreak radv=OFF (diff)
UPDATING: clarify unifi8 + mongodb60 in place upgrade
PR: 279029
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
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.