Skip to content

Commit 7dab01a

Browse files
committed
Import
1 parent e2f500c commit 7dab01a

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

content/operate/rc/databases/import-data.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,26 @@ weight: 20
1111
---
1212
You can import an existing dataset into your Redis Cloud instance from an existing Redis server or an RDB file.
1313

14+
{{< warning >}}
15+
Data imported into an existing database overwrites any existing data.
16+
{{< /warning >}}
17+
<br/>
1418
{{< note >}}
1519
Expired keys are not imported.
1620
As a result, the number of keys in the source and destination databases can be different after the import is complete.
1721
{{< /note >}}
1822

1923
## Prerequisites
2024

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.
2226

2327
## Import from a Redis server {#redis-server}
2428

25-
To import a dataset from any publicly available Redis server:
29+
To import a dataset from any publicly available Redis community edition server:
2630

2731
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." >}}
2934
1. Enter the source database details:
3035
- Source type - Select **Redis**.
3136
- 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
4247
To import an RDB file stored on an FTP or HTTP server:
4348

4449
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." >}}
4652
1. Enter the details for the RDB file:
4753
- Source type - Select **FTP** or **HTTP**.
4854
- 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
146152

147153

148154
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." >}}
150157
1. Enter the details for the RDB file:
151158
- Source type - Select **AWS S3**.
152159
- 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:
179186
For more info, see [Set ACLs](https://cloud.google.com/storage/docs/access-control/create-manage-lists#set-an-acl).
180187

181188
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." >}}
183191
1. Enter the details for the RDB file:
184192
- Source type - Select **Google Cloud Storage**.
185193
- 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:
198206
To import an RDB file stored in a Microsoft Azure Blog storage container:
199207

200208
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." >}}
202211
1. Enter the details for the RDB file:
203212
- Source type - Select **Azure Blob Storage**.
204213
- Source path - Enter the URL for the RDB file:
Loading

0 commit comments

Comments
 (0)