Skip to content

Commit c3e3727

Browse files
DOC-4772 added latest RDI version variable and updated a command line example
1 parent 85b94fa commit c3e3727

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58+
rdi_current_version = "v1.4.4"
5859

5960
[params.clientsConfig]
6061
"Python"={quickstartSlug="redis-py"}

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ This guide explains how to install Redis Data Integration (RDI) on one or more V
2020
your source database. You can also
2121
[Install RDI on Kubernetes]({{< relref "/integrate/redis-data-integration/installation/install-k8s" >}}).
2222

23-
{{< note >}}We recommend you use RDI v1.4.2 or above. The previous version, RDI v1.2.8,
24-
will not work on VMs where IPv6 is disabled. This problem is solved with version 1.4.0.
23+
{{< note >}}We recommend you use the latest version, which is RDI {{< field "rdi_current_version" >}}.
2524
{{< /note >}}
2625

2726
## Hardware sizing
@@ -133,7 +132,7 @@ We recommend you turn off
133132
before installation with the command:
134133

135134
```bash
136-
ufw disable
135+
sudo ufw disable
137136
```
138137

139138
However, if you do need to use `ufw`, you must add the following rules:

0 commit comments

Comments
 (0)