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-23Lines changed: 2 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -834,12 +834,6 @@ Ref:
834
834
- [Create an Index in Atlas DB](https://www.mongodb.com/docs/atlas/atlas-ui/indexes/#create-an-index)
835
835
- [Create an Index with mongosh](https://www.mongodb.com/docs/manual/reference/method/db.collection.createIndex/)
836
836
837
-
##### ⚠️ Upgrading when the indexes are maintained manually
838
-
839
-
If you maintain indexes manually and you upgrade your On-Prem installation you must create all indexes which were introduced from your current version up to the version you upgrade to manually.
840
-
841
-
You can follow [Upgrading section](#upgrading) to see what changes were made for indexes in every specific release.
842
-
843
837
### High Availability
844
838
845
839
The chart installs the non-HA version of Codefresh by default. If you want to run Codefresh in HA mode, use the example values below.
@@ -1748,7 +1742,7 @@ nomios:
1748
1742
...
1749
1743
```
1750
1744
1751
-
### To 2-0-12
1745
+
### To 2.0.12
1752
1746
1753
1747
#### ⚠️ Legacy ChartMuseum subchart deprecation
1754
1748
@@ -2032,13 +2026,7 @@ cfapi:
2032
2026
2033
2027
#### Auto-index creation in MongoDB
2034
2028
2035
-
[Auto-index creation in MongoDB](#enabling-auto-index-creation)
2036
-
2037
-
#### ⚠️ New indexes in MongoDB
2038
-
2039
-
If you maintain indexes manually (i.e. [Auto-index creation](#enabling-auto-index-creation) is off) you must create the following index **before** the upgrade:
[Auto-index creation in MongoDB](#auto-index-creation-in-mongodb)
2042
2030
2043
2031
### To 2-7-0
2044
2032
@@ -2071,15 +2059,6 @@ global:
2071
2059
- "value"
2072
2060
```
2073
2061
2074
-
#### ⚠️ New indexes in MongoDB
2075
-
2076
-
If you maintain indexes manually (i.e. [Auto-index creation](#enabling-auto-index-creation) is off) you must create the following indexes **before or right after** the upgrade:
2077
-
2078
-
> ⚠ **Note!** In case if you create indexes **before** the upgrade, please, create `codefresh.feature-store-versioned` collection manually in advance.
0 commit comments