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: website/docs/user-guides/upgrade.md
+18-23Lines changed: 18 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,43 +7,38 @@ sidebar_label: Upgrade
7
7
---
8
8
9
9
## Upgrade ChaosCenter
10
-
To upgrade Litmus ChaosCenter from 2.0.0-Beta9 to 2.0.0, you can follow these steps:
11
-
12
-
1. Disconnect the agent components
13
-
To disconnect agents, you can do it from the chaoscenter by clicking the `disconnect` button. With this, the subscriber deployment and agent-config will be removed from the agent cluster.
> Note: This step is not required for upgrading 2.0.0-Beta9 to 2.0.0
32
23
33
-
To upgrade the DB schema, make sure to delete the PV before re-installing ChaosCenter.
24
+
> Note: This step is not required if using Helm, Helm upgrade should work.
25
+
26
+
To upgrade the DB schema, deploy the [upgrade-agent](https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/upgrade-agents/control-plane/upgrade-agent.yaml) in your k8s cluster where ChaosCenter is installed. This manifest will create a Job, which will upgrade the mongoDB schema.
To upgrade your ChaosAgent, you can follow these steps:
37
33
38
34
1. If an upgrade is available, you will get an option to upgrade your agent in the ChaosCenter. Upon clicking on the upgrade option, a modal will pop up providing you the litmusctl command which you can execute and your ChaosAgent will be upgraded.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-2.2.0/user-guides/upgrade.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,14 @@ sidebar_label: Upgrade
9
9
## Upgrade ChaosCenter
10
10
To upgrade Litmus ChaosCenter from 2.1.0 to 2.2.0, you can follow these steps:
11
11
12
-
1. Disconnect the agent components
13
-
To disconnect agents, you can do it from the chaoscenter by clicking the `disconnect` button. With this, the subscriber deployment and agent-config will be removed from the agent cluster.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-2.4.0/user-guides/upgrade.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,15 @@ sidebar_label: Upgrade
10
10
11
11
To upgrade Litmus ChaosCenter from 2.3.0 to 2.4.0, you can follow these steps:
12
12
13
-
1. Disconnect the agent components
14
-
To disconnect agents, you can do it from the chaoscenter by clicking the `disconnect` button. With this, the subscriber deployment and agent-config will be removed from the agent cluster.
0 commit comments