Skip to content

Commit

Permalink
added danger section about downgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
freddielunchbird committed Oct 14, 2024
1 parent 495440f commit 7a07a04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/admin/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<!-- Parent: CCX -->

# Release Changelog

:::danger
Downgrades are not supported.
::::
## Release notes - CCX - v1.49.4

### Customer Bug
Expand Down
6 changes: 5 additions & 1 deletion docs/admin/Day2/Upgrading-the-Control-Plane.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Upgrading the Control Plane

:::danger
Downgrades are not supported.
::::


The supported upgrade path is to update to each version increment between the released versions.
E.g, if you are on version 1.45 and the current version is 1.49, you need to apply:
1.45 -> 1.46 -> 1.47 -> 1.48 -> 1.49


Update the helm chart:

```bash
Expand Down
5 changes: 4 additions & 1 deletion docs/admin/Installation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,12 @@ helm repo add s9s https://severalnines.github.io/helm-charts/
helm repo update
helm install ccx s9s/ccx --wait --debug --values values.yaml
```
Note: Ensure to check all pods, jobs are running without any errors
:::danger
Downgrades are not supported.
::::
### Production Environment Configs
Backups needs to be configured for:
Expand Down

0 comments on commit 7a07a04

Please sign in to comment.