Skip to content

Commit 867a60b

Browse files
fix: Update devtron-upgrade-1.5.0.md (#65)
1 parent 33a3390 commit 867a60b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/setup/upgrade/devtron-upgrade-1.5.0.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This document outlines the step-by-step process to be followed before upgrading
77
The upgrade process consists of three sequential Kubernetes jobs:
88

99
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.
1212

1313
After the completion of the above jobs, you may proceed to upgrade Devtron using the UI or command line.
1414

@@ -30,7 +30,7 @@ The `devtron-pre-upgrade` job creates the necessary resources and prepares for t
3030

3131
```bash
3232
# 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
3434
```
3535

3636
This job will:
@@ -69,7 +69,7 @@ Ensure this job completes successfully before proceeding to the next step.
6969
Once the backup is confirmed, apply the final upgrade job:
7070

7171
```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
7373
```
7474

7575
This job will:

0 commit comments

Comments
 (0)