File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This document outlines the step-by-step process to be followed before upgrading
7
7
The upgrade process consists of three sequential Kubernetes jobs:
8
8
9
9
1 . ** devtron-pre-upgrade** : Prepares the environment for the upgrade.
10
- 2 . ** devtron-upgrade-init** : Scales down Devtron and starts the migration process .
11
- 3 . ** devtron-upgrade** : Performs the actual database migration and restores the system .
10
+ 2 . ** devtron-upgrade-init** : Scales down Devtron and takes the backup .
11
+ 3 . ** devtron-upgrade** : Performs the restoration of data and scales up Devtron .
12
12
13
13
After the completion of the above jobs, you may proceed to upgrade Devtron using the UI or command line.
14
14
@@ -30,7 +30,7 @@ The `devtron-pre-upgrade` job creates the necessary resources and prepares for t
30
30
31
31
``` bash
32
32
# Apply the devtron-pre-upgrade job
33
- kubectl apply -f https://raw.githubusercontent.com/devtron-labs/utilities/refs/heads/raw-links /scripts/postgres-upgrade/devtron-pre-upgrade.yaml
33
+ kubectl apply -f https://raw.githubusercontent.com/devtron-labs/utilities/refs/heads/main /scripts/postgres-upgrade/devtron-pre-upgrade.yaml
34
34
```
35
35
36
36
This job will:
@@ -69,7 +69,7 @@ Ensure this job completes successfully before proceeding to the next step.
69
69
Once the backup is confirmed, apply the final upgrade job:
70
70
71
71
``` bash
72
- kubectl apply -f https://raw.githubusercontent.com/devtron-labs/utilities/refs/heads/raw-links /scripts/postgres-upgrade/devtron-upgrade.yaml
72
+ kubectl apply -f https://raw.githubusercontent.com/devtron-labs/utilities/refs/heads/main /scripts/postgres-upgrade/devtron-upgrade.yaml
73
73
```
74
74
75
75
This job will:
You can’t perform that action at this time.
0 commit comments