Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ rdi_redis_gears_version = "1.2.6"
rdi_debezium_server_version = "2.3.0.Final"
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
rdi_cli_latest = "latest"
rdi_current_version = "v1.4.4"

[params.clientsConfig]
"Python"={quickstartSlug="redis-py"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ This guide explains how to install Redis Data Integration (RDI) on one or more V
your source database. You can also
[Install RDI on Kubernetes]({{< relref "/integrate/redis-data-integration/installation/install-k8s" >}}).

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

## Hardware sizing
Expand Down Expand Up @@ -133,7 +132,7 @@ We recommend you turn off
before installation with the command:

```bash
ufw disable
sudo ufw disable
```

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