File tree 5 files changed +11
-10
lines changed
content/integrate/redis-data-integration/installation 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"
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.6.7 "
58
+ rdi_current_version = " 1.8.0 "
59
59
60
60
[params .clientsConfig ]
61
61
"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:
54
54
more information).
55
55
56
56
- 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) .
58
58
59
59
``` bash
60
- export RDI_VERSION=< version>
60
+ export RDI_VERSION={{ < rdi- version > }}
61
61
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION .tgz
62
62
```
63
63
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
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 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 >}}.
24
24
{{< /note >}}
25
25
26
26
## Create the RDI database
@@ -137,12 +137,12 @@ sudo ufw reload
137
137
Follow the steps below for each of your VMs:
138
138
139
139
1 . 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 )
141
141
(from the * Modules, Tools & Integration* category) and extract it to your preferred installation
142
142
folder.
143
143
144
144
``` bash
145
- export RDI_VERSION=< version>
145
+ export RDI_VERSION={{ < rdi- version > }}
146
146
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-$RDI_VERSION .tar.gz
147
147
tar -xvf rdi-installation-$RDI_VERSION .tar.gz
148
148
```
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Follow the steps below to upgrade an existing
22
22
[ VM installation] ({{< relref "/integrate/redis-data-integration/installation/install-vm" >}})
23
23
of RDI:
24
24
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 )
26
26
(in the * Modules, Tools & Integration* category) and extract it to your
27
27
preferred installation folder.
28
28
29
29
``` bash
30
- export RDI_VERSION=< version>
30
+ export RDI_VERSION={{ < rdi- version > }}
31
31
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-$RDI_VERSION .tar.gz
32
32
tar -xvf rdi-installation-$RDI_VERSION .tar.gz
33
33
```
@@ -92,11 +92,11 @@ installation of RDI:
92
92
[Using a private image registry]({{< relref " /integrate/redis-data-integration/installation/install-k8s#using-a-private-image-registry" > }})
93
93
and add them to your local registry.
94
94
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 )
96
96
(in the * Modules, Tools & Integration* category).
97
97
98
98
` ` ` bash
99
- export RDI_VERSION=< version>
99
+ export RDI_VERSION={{ < rdi- version > }}
100
100
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION .tgz
101
101
` ` `
102
102
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