Skip to content

Commit 44c58d9

Browse files
onprem: 2.8.0-rc.2
1 parent 3648750 commit 44c58d9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

codefresh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ Default MongoDB image is changed from 6.x to 7.x.
20712071

20722072
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.
20732073

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**.
20752075

20762076
```yaml
20772077
mongodb:
@@ -2080,7 +2080,7 @@ mongodb:
20802080
featureCompatibilityVersion: "6.0"
20812081
```
20822082

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

20852085
```yaml
20862086
mongodb:

codefresh/README.md.gotmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ Default MongoDB image is changed from 6.x to 7.x.
20812081

20822082
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.
20832083

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**.
20852085

20862086
```yaml
20872087
mongodb:
@@ -2090,7 +2090,7 @@ mongodb:
20902090
featureCompatibilityVersion: "6.0"
20912091
```
20922092

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

20952095
```yaml
20962096
mongodb:
@@ -2107,7 +2107,6 @@ mongodb:
21072107
enabled: false
21082108
```
21092109

2110-
21112110
### PostgreSQL update
21122111

21132112
Default PostgreSQL image is changed from 13.x to 17.x

0 commit comments

Comments
 (0)