We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4761b commit 093e662Copy full SHA for 093e662
content/integrate/redis-data-integration/installation/upgrade.md
@@ -33,10 +33,11 @@ of RDI:
33
cd rdi_install/$RDI_VERSION
34
```
35
36
-1. Run the `upgrade` script as a privileged user:
+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.
38
39
```bash
- sudo ./upgrade.sh
40
+ sudo ./upgrade.sh --rdi-password <redis-rdi-password>
41
42
43
### Recovering from failure during a VM upgrade
0 commit comments