@@ -11,21 +11,26 @@ weight: 20
11
11
---
12
12
You can import an existing dataset into your Redis Cloud instance from an existing Redis server or an RDB file.
13
13
14
+ {{< warning >}}
15
+ Data imported into an existing database overwrites any existing data.
16
+ {{< /warning >}}
17
+ <br />
14
18
{{< note >}}
15
19
Expired keys are not imported.
16
20
As a result, the number of keys in the source and destination databases can be different after the import is complete.
17
21
{{< /note >}}
18
22
19
23
## Prerequisites
20
24
21
- In preparation, make certain the Redis version of the source database is compatible with the database where the data will be imported.
25
+ Make sure the Redis version of the source database is compatible with the database where the data will be imported.
22
26
23
27
## Import from a Redis server {#redis-server}
24
28
25
- To import a dataset from any publicly available Redis server:
29
+ To import a dataset from any publicly available Redis community edition server:
26
30
27
31
1 . Select ** Databases** from the Redis Cloud console menu and then select the target database from the database list.
28
- 1 . In the ** Danger Zone** , select ** Import** .
32
+ 1 . Select ** Import** .
33
+ {{<image filename =" images/rc/database-configuration-import.png " alt =" The Import dataset section and Import button. " >}}
29
34
1 . Enter the source database details:
30
35
- Source type - Select ** Redis** .
31
36
- Redis Hostname/IP Address - Enter the hostname or the public IP address of the source Redis server.
@@ -42,7 +47,8 @@ If you have an RDB or a compressed RDB file from a previous backup, you can rest
42
47
To import an RDB file stored on an FTP or HTTP server:
43
48
44
49
1 . Select ** Databases** from the Redis Cloud console menu and then select your database from the list.
45
- 1 . In the ** Danger Zone** , select ** Import** .
50
+ 1 . Select ** Import** .
51
+ {{<image filename =" images/rc/database-configuration-import.png " alt =" The Import dataset section and Import button. " >}}
46
52
1 . Enter the details for the RDB file:
47
53
- Source type - Select ** FTP** or ** HTTP** .
48
54
- Source path - Enter the URL for the RDB file: ` <protocol>://[username][:password]@hostname[:port]/[path/]filename.rdb[.gz] `
@@ -146,7 +152,8 @@ To share and import an RDB file that is stored in an AWS Simple Storage Service
146
152
147
153
148
154
1 . In the [Redis Cloud console](https://cloud.redis.io/), select the target database from the database list.
149
- 1 . In the **Danger Zone**, select **Import**.
155
+ 1 . Select **Import**.
156
+ {{<image filename="images/rc/database-configuration-import.png" alt="The Import dataset section and Import button." > }}
150
157
1 . Enter the details for the RDB file:
151
158
- Source type - Select **AWS S3**.
152
159
- Source path - Enter the URL for the RDB file: `s3://bucketname/[path/]filename.rdb[.gz]`
@@ -179,7 +186,8 @@ To share and import an RDB file that is stored in a Google Cloud Storage bucket:
179
186
For more info, see [Set ACLs](https://cloud.google.com/storage/docs/access-control/create-manage-lists#set-an-acl).
180
187
181
188
1 . In the [Redis Cloud console](https://cloud.redis.io/), select the target database from the database list.
182
- 1 . In the **Danger Zone**, select **Import**.
189
+ 1 . Select **Import**.
190
+ {{<image filename="images/rc/database-configuration-import.png" alt="The Import dataset section and Import button." > }}
183
191
1 . Enter the details for the RDB file:
184
192
- Source type - Select **Google Cloud Storage**.
185
193
- Source path - Enter the URL for the RDB file: `gs://bucketname/[path/]filename.rdb[.gz]`
@@ -198,7 +206,8 @@ To share and import an RDB file that is stored in a Google Cloud Storage bucket:
198
206
To import an RDB file stored in a Microsoft Azure Blog storage container:
199
207
200
208
1 . In the Redis Cloud console, select the target database from the database list.
201
- 1 . In the **Danger Zone**, select **Import**.
209
+ 1 . Select **Import**.
210
+ {{<image filename="images/rc/database-configuration-import.png" alt="The Import dataset section and Import button." > }}
202
211
1 . Enter the details for the RDB file:
203
212
- Source type - Select **Azure Blob Storage**.
204
213
- Source path - Enter the URL for the RDB file:
0 commit comments