From c3e3727c6bba0224df48e10320f27d0dcc5c781b Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Mon, 27 Jan 2025 11:23:36 +0000 Subject: [PATCH 1/2] DOC-4772 added latest RDI version variable and updated a command line example --- config.toml | 1 + .../redis-data-integration/installation/install-vm.md | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 2602d4632d..3f549f35f2 100644 --- a/config.toml +++ b/config.toml @@ -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"} diff --git a/content/integrate/redis-data-integration/installation/install-vm.md b/content/integrate/redis-data-integration/installation/install-vm.md index 93de1f7661..b5eb0247b0 100644 --- a/content/integrate/redis-data-integration/installation/install-vm.md +++ b/content/integrate/redis-data-integration/installation/install-vm.md @@ -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 use the latest version, which is RDI {{< field "rdi_current_version" >}}. {{< /note >}} ## Hardware sizing @@ -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: From 00f21a830b398200f87e8d63c3b33814b1bd894d Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Mon, 27 Jan 2025 11:35:34 +0000 Subject: [PATCH 2/2] DOC-4772 added 'always' to recommendation --- .../integrate/redis-data-integration/installation/install-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/installation/install-vm.md b/content/integrate/redis-data-integration/installation/install-vm.md index b5eb0247b0..15f3816f08 100644 --- a/content/integrate/redis-data-integration/installation/install-vm.md +++ b/content/integrate/redis-data-integration/installation/install-vm.md @@ -20,7 +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 the latest version, which is RDI {{< field "rdi_current_version" >}}. +{{< note >}}We recommend you always use the latest version, which is RDI {{< field "rdi_current_version" >}}. {{< /note >}} ## Hardware sizing