Skip to content

Commit 0c77a98

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

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

codefresh/README.md

Lines changed: 5 additions & 3 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 should set [`featureCompatibilityVersion`](https://www.mongodb.com/docs/v6.0/reference/command/setFeatureCompatibilityVersion/) to `6.0` in your values file **before the upgrade**.
2074+
- **Before the upgrade**, 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.
20752075

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

2083-
**After the upgrade** you need to set `featureCompatibilityVersion` to `7.0` in your values file.
2083+
- Perform Codefresh On-Prem upgrade to 2.8.x. Make sure all systems are up and running.
2084+
2085+
- **After the upgrade**, if all system are stable, you need to set `featureCompatibilityVersion` to `7.0` in your values file and re-deploy the chart.
20842086

20852087
```yaml
20862088
mongodb:
@@ -2089,7 +2091,7 @@ mongodb:
20892091
featureCompatibilityVersion: "7.0"
20902092
```
20912093

2092-
Or disable it completely (that is default value in Helm chart) if FCV (FeatureCompatibilityVersion) is managed by MongoDB itself (i.e. Atlas).
2094+
⚠️ ⚠️ ⚠️ If FCV (FeatureCompatibilityVersion) is managed by MongoDB itself (i.e. Atlas), you can disable it completely (that is default value in Helm chart)
20932095

20942096
```yaml
20952097
mongodb:

codefresh/README.md.gotmpl

Lines changed: 5 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 should set [`featureCompatibilityVersion`](https://www.mongodb.com/docs/v6.0/reference/command/setFeatureCompatibilityVersion/) to `6.0` in your values file **before the upgrade**.
2084+
- **Before the upgrade**, 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.
20852085

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

2093-
**After the upgrade** you need to set `featureCompatibilityVersion` to `7.0` in your values file.
2093+
- Perform Codefresh On-Prem upgrade to 2.8.x. Make sure all systems are up and running.
2094+
2095+
- **After the upgrade**, if all system are stable, you need to set `featureCompatibilityVersion` to `7.0` in your values file and re-deploy the chart.
20942096

20952097
```yaml
20962098
mongodb:
@@ -2099,7 +2101,7 @@ mongodb:
20992101
featureCompatibilityVersion: "7.0"
21002102
```
21012103

2102-
Or disable it completely (that is default value in Helm chart) if FCV (FeatureCompatibilityVersion) is managed by MongoDB itself (i.e. Atlas).
2104+
⚠️ ⚠️ ⚠️ If FCV (FeatureCompatibilityVersion) is managed by MongoDB itself (i.e. Atlas), you can disable it completely (that is default value in Helm chart)
21032105

21042106
```yaml
21052107
mongodb:

0 commit comments

Comments
 (0)