-
Notifications
You must be signed in to change notification settings - Fork 163
fix: doc for onprem 2.7 #1317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix: doc for onprem 2.7 #1317
Changes from all commits
9a948dc
4efbe81
c1d7a11
3a5055e
0153e63
477c3a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -9,14 +9,56 @@ Welcome to the release notes for our on-premises releases. | |||||
|
||||||
## On-premises version 2.7 | ||||||
|
||||||
### Features & enhancements | ||||||
### Installation & Upgrade | ||||||
|
||||||
#### Installing v2.7 | ||||||
For detailed instructions on installing v2.7, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}. | ||||||
|
||||||
#### Upgrading to v2.7 | ||||||
For details, see [Upgrade to 2.7 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-7-0){:target="\_blank"} | ||||||
|
||||||
**New indexes** | ||||||
We added a new `feature-store-versioned` collection which requires **two new indexes** for good performance. | ||||||
You must create the indexes listed below _**right after** upgrading_ to prevent disruption and avoid performance issues. | ||||||
|
||||||
#### New indexes in v2.7 | ||||||
|
||||||
You must create the indexes listed below **right after upgrading** to prevent disruption and avoid performance issues. | ||||||
|
||||||
##### createdAt_1 | ||||||
|
||||||
`createdAt_1` (db: `codefresh`; collection: `feature-store-versioned`) | ||||||
|
||||||
* **Index details** | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
```json | ||||||
{ | ||||||
"createdAt" : 1 | ||||||
} | ||||||
``` | ||||||
* **Index properties** | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
```json | ||||||
{ | ||||||
"expireAfterSeconds" : 43200 | ||||||
} | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mikhail-klimko @masontikhonov
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is correct, the only option matter is |
||||||
``` | ||||||
|
||||||
##### LDRedisStoreVersion_1__id_-1 | ||||||
|
||||||
`LDRedisStoreVersion_1__id_-1` (db: `codefresh`; collection: `feature-store-versioned`) | ||||||
|
||||||
* **Index details** | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
```json | ||||||
{ | ||||||
"LDRedisStoreVersion" : 1, | ||||||
"_id" : -1 | ||||||
} | ||||||
``` | ||||||
|
||||||
|
||||||
### Features & enhancements | ||||||
|
||||||
|
||||||
#### General: Increased limit for audit logs | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikhail-klimko @masontikhonov
_**right after** upgrading_
is this right?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be on a safe side I would say “before or right after”.
We could extend explanation to clarify that if created before upgrade, collection should be created first: