Skip to content

Commit c25f367

Browse files
author
Ben Mansheim
authored
RED-36563 Update backup and export locations (GCP, Azure) (#632)
1 parent d9ff850 commit c25f367

File tree

3 files changed

+29
-10
lines changed

3 files changed

+29
-10
lines changed

content/embeds/backup-locations.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### FTP server
22

3-
Before you specify to backup to an FTP server, make sure that:
3+
Before you choose to backup to an FTP server, make sure that:
44

55
- The RS cluster has network connectivity to the FTP server.
66
- The user that you specify in the FTP server location has read and write priviledges.
@@ -15,7 +15,7 @@ For example: `ftp://username:password@10.1.1.1/home/backups/`
1515

1616
### SFTP server
1717

18-
Before you specify to backup to an SFTP server, make sure that:
18+
Before you choose to backup to an SFTP server, make sure that:
1919

2020
- The RS cluster has network connectivity to the SFTP server.
2121
- The user that you specify in the SFTP server location has read and write priviledges.
@@ -35,15 +35,15 @@ For example: `sftp://username:password@10.1.1.1/home/backups/`
3535

3636
### AWS S3
3737

38-
Before you specify to backup to Amazon S3, make sure that you have:
38+
Before you choose to backup to Amazon S3, make sure that you have:
3939

40-
- Path in the format: `s3://bucketname/path/`
40+
- Storage location path in the format: `s3://bucketname/path/`
4141
- Access key ID
4242
- Secret access key
4343

4444
### Local mount point
4545

46-
Before you specify to backup to a local mount point, make sure that:
46+
Before you choose to backup to a local mount point, make sure that:
4747

4848
- The node has network connectivity to the destination server of the mount point.
4949
- The `redislabs:redislabs` user has read and write priviledges on the local mount point
@@ -69,10 +69,28 @@ To backup to a local mount point for a node:
6969
7070
### OpenStack Swift
7171
72-
Before you specify to backup to OpenStack Swift, make sure that you have:
72+
Before you choose to backup to OpenStack Swift, make sure that you have:
7373
7474
- Storage URL in the format: `https://<openstack_url>/v1`
7575
- Container
7676
- Prefix (Optional)
7777
- User
7878
- Key
79+
80+
### Azure Blob Storage
81+
82+
Before you choose to backup to OpenStack Swift, make sure that you have:
83+
84+
- Storage location path in the format: `/container_name/[path/]/`
85+
- Account name
86+
- Account key
87+
88+
### Google Cloud Storage
89+
90+
Before you choose to backup to OpenStack Swift, make sure that you have:
91+
92+
- Storage location path in the format: `/bucket_name/[path/]/`
93+
- Client ID
94+
- Client email
95+
- Private key ID
96+
- Private key

content/rs/administering/database-operations/database-backup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You can schedule backups to these locations:
1717
- Amazon S3
1818
- Local mount point
1919
- OpenStack Swift (Object Storage)
20+
- Azure Blob Storage
21+
- Google Cloud Storage
2022

2123
Other cloud storage options, including Azure Geo-Redundant Storage and Google Cloud Storage,
2224
are planned for a future release.

content/rs/administering/database-operations/exporting-data.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ You can export a database to these locations:
1313

1414
- FTP server
1515
- SFTP server
16-
- Amazon S3
16+
- Amazon AWS S3
1717
- Local mount point
1818
- OpenStack Swift (Object Storage)
19-
20-
Other cloud storage options, including Azure Geo-Redundant Storage and Google Cloud Storage,
21-
are planned for a future release.
19+
- Azure Blob Storage
20+
- Google Cloud Storage
2221

2322
The backup process creates compressed (.gz) RDB files that you can [import into a database]
2423
({{< relref "/rs/administering/database-operations/importing-data.md" >}}).

0 commit comments

Comments
 (0)