You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/back-up-data.md
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,15 @@ Database backups can be stored to a cloud provider service or saved to a URI usi
70
70
71
71
Your subscription needs the ability to view permissions and update objects in the storage location. Specific details vary according to the provider. To learn more, consult the provider's documentation.
72
72
73
-
The following sections describe specific backup options. Be aware that provider features change frequently. For best results, use your provider's documentation for the latest info.
73
+
Be aware that provider features change frequently. For best results, use your provider's documentation for the latest info.
74
74
75
-
### AWS S3
75
+
Select the tab for your storage location type.
76
+
77
+
{{< multitabs id="backup-storage-locations"
78
+
tab1="AWS S3"
79
+
tab2="Google Cloud Storage"
80
+
tab3="Azure Blob Storage"
81
+
tab4="FTP/FTPS Server" >}}
76
82
77
83
To store backups in an Amazon Web Services (AWS) Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html):
78
84
@@ -156,7 +162,7 @@ To learn more, see [Using bucket policies](https://docs.aws.amazon.com/AmazonS3/
156
162
An AWS S3 bucket can be used by only one Redis Cloud account. If you have more than one Redis Cloud account, repeat the setup steps for multiple buckets.
157
163
{{< /note >}}
158
164
159
-
### Google Cloud Storage
165
+
-tab-sep-
160
166
161
167
To store backups in a Google Cloud Storage [bucket](https://cloud.google.com/storage/docs/creating-buckets):
162
168
@@ -170,29 +176,19 @@ To store backups in a Google Cloud Storage [bucket](https://cloud.google.com/sto
170
176
171
177
1. Select the **Grant Access** button and then add:
@@ -69,14 +76,14 @@ To import an RDB file stored on an FTP or HTTP server:
69
76
If your FTP username or password contains special characters such as `@`, `\`, or `:`, you must URL encode (also known as Percent encode) these special characters. If you don't, your database may become stuck.
70
77
{{< /note >}}
71
78
72
-
1. For sharded databases with multiple RDB files, select **Add source** to add another RDB file.
79
+
4. For sharded databases with multiple RDB files, select **Add source** to add another RDB file.
73
80
{{< warning >}}
74
81
For sharded databases with multiple RDB files, make sure to add every file before proceeding.
75
82
{{< /warning >}}
76
83
77
-
1. Select **Import**.
84
+
5. Select **Import**.
78
85
79
-
### Via AWS S3
86
+
-tab-sep-
80
87
81
88
To use the Redis Cloud console to import your data, you must first share the file from the Amazon Web Services (AWS) management console.
82
89
@@ -158,22 +165,25 @@ To share and import an RDB file that is stored in an AWS Simple Storage Service
158
165
159
166
1. In the [Redis Cloud console](https://cloud.redis.io/), select the target database from the database list.
160
167
1. Select **Import**.
161
-
{{<image filename="images/rc/database-configuration-import.png" alt="The Import dataset section and Import button." >}}
162
168
1. Enter the details for the RDB file:
163
169
- Source type - Select **AWS S3**.
164
-
- Source path - Enter the URL for the RDB file: `s3://bucketname/[path/]filename.rdb[.gz]`
170
+
- Source path - Enter the URL for the RDB file:
171
+
172
+
```text
173
+
s3://bucketname/[path/]filename.rdb[.gz]
174
+
```
165
175
166
-
Where:
176
+
Where:
167
177
168
-
- `bucketname` - Name of the S3 bucket
169
-
- `path` - Path to the file, if necessary
170
-
- `filename` - Filename of the RDB file, including the .gz suffix if the file is compressed
178
+
- `bucketname` - Name of the S3 bucket
179
+
- `path` - Path to the file, if necessary
180
+
- `filename` - Filename of the RDB file, including the .gz suffix if the file is compressed
171
181
172
182
1. For sharded databases with multiple RDB files, select **Add source** to add another RDB file.
173
183
174
184
1. Select **Import**.
175
185
176
-
### Via Google Cloud Storage
186
+
-tab-sep-
177
187
178
188
To use the Redis Cloud console to import your data, you must first share the file from the Google Cloud console.
179
189
@@ -192,7 +202,6 @@ To share and import an RDB file that is stored in a Google Cloud Storage bucket:
192
202
193
203
1. In the [Redis Cloud console](https://cloud.redis.io/), select the target database from the database list.
194
204
1. Select **Import**.
195
-
{{<image filename="images/rc/database-configuration-import.png" alt="The Import dataset section and Import button." >}}
196
205
1. Enter the details for the RDB file:
197
206
- Source type - Select **Google Cloud Storage**.
198
207
- Source path - Enter the URL for the RDB file: `gs://bucketname/[path/]filename.rdb[.gz]`
@@ -206,17 +215,16 @@ To share and import an RDB file that is stored in a Google Cloud Storage bucket:
206
215
207
216
1. Select **Import**.
208
217
209
-
### Via Azure Blob Storage container
218
+
-tab-sep-
210
219
211
220
To import an RDB file stored in a Microsoft Azure Blog storage container:
212
221
213
222
1. In the Redis Cloud console, select the target database from the database list.
214
223
1. Select **Import**.
215
-
{{<image filename="images/rc/database-configuration-import.png" alt="The Import dataset section and Import button." >}}
0 commit comments