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"
55
55
rdi_debezium_server_version = " 2.3.0.Final"
56
56
rdi_db_types = " cassandra|mysql|oracle|postgresql|sqlserver"
57
57
rdi_cli_latest = " latest"
58
+ rdi_current_version = " v1.4.4"
58
59
59
60
[params .clientsConfig ]
60
61
"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
20
20
your source database. You can also
21
21
[ Install RDI on Kubernetes] ({{< relref "/integrate/redis-data-integration/installation/install-k8s" >}}).
22
22
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" >}}.
25
24
{{< /note >}}
26
25
27
26
## Hardware sizing
@@ -133,7 +132,7 @@ We recommend you turn off
133
132
before installation with the command:
134
133
135
134
``` bash
136
- ufw disable
135
+ sudo ufw disable
137
136
```
138
137
139
138
However, 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