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.gotmpl
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -837,6 +837,11 @@ Ref:
837
837
- [Create an Index in Atlas DB](https://www.mongodb.com/docs/atlas/atlas-ui/indexes/#create-an-index)
838
838
- [Create an Index with mongosh](https://www.mongodb.com/docs/manual/reference/method/db.collection.createIndex/)
839
839
840
+
##### ⚠️ Upgrading when the indexes are maintained manually
841
+
842
+
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.
843
+
844
+
You can follow [Upgrading section](#upgrading) to see what changes were made for indexes in every specific release.
840
845
841
846
### High Availability
842
847
@@ -1751,7 +1756,7 @@ nomios:
1751
1756
...
1752
1757
```
1753
1758
1754
-
### To 2.0.12
1759
+
### To 2-0-12
1755
1760
1756
1761
#### ⚠️ Legacy ChartMuseum subchart deprecation
1757
1762
@@ -2038,6 +2043,12 @@ cfapi:
2038
2043
2039
2044
[Auto-index creation in MongoDB](#auto-index-creation-in-mongodb)
2040
2045
2046
+
#### ⚠️ New indexes in MongoDB
2047
+
2048
+
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:
### [What's new in 2.7.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-27)
@@ -2069,6 +2080,15 @@ global:
2069
2080
- "value"
2070
2081
```
2071
2082
2083
+
#### ⚠️ New indexes in MongoDB
2084
+
2085
+
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:
2086
+
2087
+
> ⚠ **Note!** In case if you create indexes **before** the upgrade, please, create `codefresh.feature-store-versioned` collection manually in advance.
0 commit comments