You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codefresh/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2071,7 +2071,7 @@ Default MongoDB image is changed from 6.x to 7.x.
2071
2071
2072
2072
If you run external MongoDB (i.e. [Atlas](https://cloud.mongodb.com)), it is **required** to upgrade it to 7.x after upgrading Codefresh On-Prem to 2.8.x.
2073
2073
2074
-
For backward compatibility (in case you need to rollback to 6.x), you can set [`featureCompatibilityVersion`](https://www.mongodb.com/docs/v6.0/reference/command/setFeatureCompatibilityVersion/) to `6.0` in your values file.
2074
+
For backward compatibility (in case you need to rollback to 6.x), you should set [`featureCompatibilityVersion`](https://www.mongodb.com/docs/v6.0/reference/command/setFeatureCompatibilityVersion/) to `6.0` in your values file **before the upgrade**.
2075
2075
2076
2076
```yaml
2077
2077
mongodb:
@@ -2080,7 +2080,7 @@ mongodb:
2080
2080
featureCompatibilityVersion: "6.0"
2081
2081
```
2082
2082
2083
-
However, after the successful upgrade to 7.x, you need to set `featureCompatibilityVersion` to `7.0` in your values file.
2083
+
**After the upgrade** you need to set `featureCompatibilityVersion` to `7.0` in your values file.
Copy file name to clipboardExpand all lines: codefresh/README.md.gotmpl
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2081,7 +2081,7 @@ Default MongoDB image is changed from 6.x to 7.x.
2081
2081
2082
2082
If you run external MongoDB (i.e. [Atlas](https://cloud.mongodb.com)), it is **required** to upgrade it to 7.x after upgrading Codefresh On-Prem to 2.8.x.
2083
2083
2084
-
For backward compatibility (in case you need to rollback to 6.x), you can set [`featureCompatibilityVersion`](https://www.mongodb.com/docs/v6.0/reference/command/setFeatureCompatibilityVersion/) to `6.0` in your values file.
2084
+
For backward compatibility (in case you need to rollback to 6.x), you should set [`featureCompatibilityVersion`](https://www.mongodb.com/docs/v6.0/reference/command/setFeatureCompatibilityVersion/) to `6.0` in your values file **before the upgrade**.
2085
2085
2086
2086
```yaml
2087
2087
mongodb:
@@ -2090,7 +2090,7 @@ mongodb:
2090
2090
featureCompatibilityVersion: "6.0"
2091
2091
```
2092
2092
2093
-
However, after the successful upgrade to 7.x, you need to set `featureCompatibilityVersion` to `7.0` in your values file.
2093
+
**After the upgrade** you need to set `featureCompatibilityVersion` to `7.0` in your values file.
2094
2094
2095
2095
```yaml
2096
2096
mongodb:
@@ -2107,7 +2107,6 @@ mongodb:
2107
2107
enabled: false
2108
2108
```
2109
2109
2110
-
2111
2110
### PostgreSQL update
2112
2111
2113
2112
Default PostgreSQL image is changed from 13.x to 17.x
0 commit comments