File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555rdi_debezium_server_version = " 2.3.0.Final"
5656rdi_db_types = " cassandra|mysql|oracle|postgresql|sqlserver"
5757rdi_cli_latest = " latest"
58+ rdi_current_version = " v1.4.4"
5859
5960[params .clientsConfig ]
6061"Python" ={quickstartSlug =" redis-py" }
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ This guide explains how to install Redis Data Integration (RDI) on one or more V
2020your 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
133132before installation with the command:
134133
135134``` bash
136- ufw disable
135+ sudo ufw disable
137136```
138137
139138However, if you do need to use ` ufw ` , you must add the following rules:
You can’t perform that action at this time.
0 commit comments