1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

UPDATING: clarify unifi8 + mongodb60 in place upgrade

PR:	279029
This commit is contained in:
Ronald Klop 2024-06-25 21:07:40 +02:00
parent 142029e560
commit 5ac0b01d93
No known key found for this signature in database
GPG Key ID: 551E8E6207A42166

View File

@ -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.