File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -55,7 +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.6.7 "
58+ rdi_current_version = " 1.8.0 "
5959
6060[params .clientsConfig ]
6161"Python" ={quickstartSlug =" redis-py" }
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ Complete the following steps before installing the RDI Helm chart:
5454 more information).
5555
5656- Download the RDI Helm chart tar file from the
57- [ Redis download center] ( https://redis.io/downloads/ ) (in the * Modules, Tools & Integration* category) .
57+ [ Redis download center] (https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-{{ < rdi-version >}}.tgz ) (in the * Modules, Tools & Integration* category) .
5858
5959 ``` bash
60- export RDI_VERSION=< version>
60+ export RDI_VERSION={{ < rdi- version > }}
6161 wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION .tgz
6262 ```
6363
Original file line number Diff line number Diff line change @@ -20,7 +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 always use the latest version, which is RDI {{< field "rdi_current_version" >}}.
23+ {{< note >}}We recommend you always use the latest version, which is RDI v {{< rdi-version >}}.
2424{{< /note >}}
2525
2626## Create the RDI database
@@ -137,12 +137,12 @@ sudo ufw reload
137137Follow the steps below for each of your VMs:
138138
1391391 . Download the RDI installer from the
140- [ Redis download center] ( https://redis.io/downloads/ )
140+ [ Redis download center] (https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-{{ < rdi-version >}}.tar.gz )
141141 (from the * Modules, Tools & Integration* category) and extract it to your preferred installation
142142 folder.
143143
144144 ``` bash
145- export RDI_VERSION=< version>
145+ export RDI_VERSION={{ < rdi- version > }}
146146 wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-$RDI_VERSION .tar.gz
147147 tar -xvf rdi-installation-$RDI_VERSION .tar.gz
148148 ```
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Follow the steps below to upgrade an existing
2222[ VM installation] ({{< relref "/integrate/redis-data-integration/installation/install-vm" >}})
2323of RDI:
2424
25- 1 . Download the RDI installer from the [ Redis download center] ( https://redis.io/downloads/ )
25+ 1 . Download the RDI installer from the [ Redis download center] (https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-{{ < rdi-version >}}.tar.gz )
2626 (in the * Modules, Tools & Integration* category) and extract it to your
2727 preferred installation folder.
2828
2929 ``` bash
30- export RDI_VERSION=< version>
30+ export RDI_VERSION={{ < rdi- version > }}
3131 wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-$RDI_VERSION .tar.gz
3232 tar -xvf rdi-installation-$RDI_VERSION .tar.gz
3333 ```
@@ -92,11 +92,11 @@ installation of RDI:
9292 [Using a private image registry]({{< relref " /integrate/redis-data-integration/installation/install-k8s#using-a-private-image-registry" > }})
9393 and add them to your local registry.
9494
95- 1. Download the RDI Helm chart tar file from the [Redis download center](https://redis.io/downloads/ )
95+ 1. Download the RDI Helm chart tar file from the [Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-{{ < rdi-version > }}.tgz )
9696 (in the * Modules, Tools & Integration* category).
9797
9898 ` ` ` bash
99- export RDI_VERSION=< version>
99+ export RDI_VERSION={{ < rdi- version > }}
100100 wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION .tgz
101101 ` ` `
102102
Original file line number Diff line number Diff line change 1+ {{- .Site.Params.rdi_current_version -}}
You can’t perform that action at this time.
0 commit comments