Skip to content

Commit 0ff6aae

Browse files
Update content/integrate/redis-data-integration/installation/upgrade.md
Co-authored-by: Copilot <[email protected]>
1 parent 91f3ec6 commit 0ff6aae

File tree

1 file changed

+4
-4
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+4
-4
lines changed

content/integrate/redis-data-integration/installation/upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ When upgrading from RDI < 1.8.0 to RDI >= 1.8.0 in a VM HA setup, both RDI insta
9595
9696
After upgrading, manually set a unique cluster ID for one of the installations (preferred is the passive instance):
9797
98-
```bash
99-
kubectl edit cm -n rdi rdi-sys-config
100-
```
98+
1. Locate the RDI configuration file on the VM host. The file is typically located at `/etc/rdi/rdi-sys-config.yaml`.
99+
2. Open the configuration file in a text editor. For example:
101100
102-
Then add the line `RDI_CLUSTER_ID: cluster-2` to distinguish between the clusters.
101+
```bash
102+
sudo nano /etc/rdi/rdi-sys-config.yaml
103103
{{< /warning >}}
104104
105105
## Upgrading a Kubernetes installation

0 commit comments

Comments
 (0)