@@ -11,21 +11,25 @@ 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** .
29
33
1 . Enter the source database details:
30
34
- Source type - Select ** Redis** .
31
35
- Redis Hostname/IP Address - Enter the hostname or the public IP address of the source Redis server.
@@ -42,7 +46,7 @@ If you have an RDB or a compressed RDB file from a previous backup, you can rest
42
46
To import an RDB file stored on an FTP or HTTP server:
43
47
44
48
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** .
49
+ 1 . Select ** Import** .
46
50
1 . Enter the details for the RDB file:
47
51
- Source type - Select ** FTP** or ** HTTP** .
48
52
- Source path - Enter the URL for the RDB file: ` <protocol>://[username][:password]@hostname[:port]/[path/]filename.rdb[.gz] `
@@ -146,7 +150,7 @@ To share and import an RDB file that is stored in an AWS Simple Storage Service
146
150
147
151
148
152
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**.
153
+ 1 . Select **Import**.
150
154
1 . Enter the details for the RDB file:
151
155
- Source type - Select **AWS S3**.
152
156
- Source path - Enter the URL for the RDB file: `s3://bucketname/[path/]filename.rdb[.gz]`
@@ -179,7 +183,7 @@ To share and import an RDB file that is stored in a Google Cloud Storage bucket:
179
183
For more info, see [Set ACLs](https://cloud.google.com/storage/docs/access-control/create-manage-lists#set-an-acl).
180
184
181
185
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**.
186
+ 1 . Select **Import**.
183
187
1 . Enter the details for the RDB file:
184
188
- Source type - Select **Google Cloud Storage**.
185
189
- Source path - Enter the URL for the RDB file: `gs://bucketname/[path/]filename.rdb[.gz]`
@@ -198,7 +202,7 @@ To share and import an RDB file that is stored in a Google Cloud Storage bucket:
198
202
To import an RDB file stored in a Microsoft Azure Blog storage container:
199
203
200
204
1 . In the Redis Cloud console, select the target database from the database list.
201
- 1 . In the **Danger Zone**, select **Import**.
205
+ 1 . Select **Import**.
202
206
1 . Enter the details for the RDB file:
203
207
- Source type - Select **Azure Blob Storage**.
204
208
- Source path - Enter the URL for the RDB file:
0 commit comments