Commit 79e17b7
authored
[fix] Revert mongodb to 8.0.x (#554)
Unifi does not like 8.2.x - fails with something like this:
```
{"t":{"$date":"2025-12-
03T03:37:48.012+00:00"},"s":"F", "c":"CONTROL", "id":20573, "ctx":"initandlisten","msg":"Wrong mongod
version","attr":{"error":"UPGRADE PROBLEM: Found an invalid featureCompatibilityVersion document (ERROR:
Location4926900: Invalid featureCompatibilityVersion document in admin.system.version: { _id:
\"featureCompatibilityVersion\", version: \"7.0\" }. See https://docs.mongodb.com/master/release-
notes/8.0-compatibility/#feature-compatibility. :: caused by :: Invalid feature compatibility version
value '7.0'. Expected one of the following versions: ''8.2', '8.1', '8.0'. See https://docs.mongodb.com/
master/release-notes/8.0-compatibility/#feature-compatibility.). If the current
featureCompatibilityVersion is below 8.0, see the documentation on upgrading at https://docs.mongodb.com/
master/release-notes/8.0/#upgrade-procedures."}}
```
Following [the procedure for
8.2](https://www.mongodb.com/docs/upcoming/release-notes/8.2-upgrade-standalone/),
this includes the feature version
compatibility update command. Not sure why 8.0.x didn't fail.1 parent ebce94c commit 79e17b7
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- kustomization/components/unifi-network-application
- configmap
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments