Skip to content

Commit 093e662

Browse files
DOC-4887 added detail about RDI password for upgrade script
1 parent cb4761b commit 093e662

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ of RDI:
3333
cd rdi_install/$RDI_VERSION
3434
```
3535

36-
1. Run the `upgrade` script as a privileged user:
36+
1. Run the `upgrade` script as a privileged user. Note that you must pass
37+
your RDI password to the script unless the password is empty.
3738

3839
```bash
39-
sudo ./upgrade.sh
40+
sudo ./upgrade.sh --rdi-password <redis-rdi-password>
4041
```
4142

4243
### Recovering from failure during a VM upgrade

0 commit comments

Comments
 (0)