Skip to content

Commit e932096

Browse files
RS: Add RS 7.8 versioned docs (#1351)
* DOC-4928 RS: Add RS 7.8 versioned docs * DOC-4928 Removed duplicate aliases from 7.8 versioned docs * DOC-4928 Added missing prometheus metrics references to RS 7.8 versioned docs * DOC-4928 Added missing networking docs to RS 7.8 versioned docs * DOC-4928 Added missing v1 monitoring doc to RS 7.8 versioned docs * Fix versioned relrefs * DOC-4928 Added 7.8 version banner * DOC-5034 Copy missing job_scheduler REST API references to RS v7.8 * Fixed links to RS release notes in versioned docs * DOC-3605 Copy support package CM UI options to RS 7.8 version * DOC-4986 Copy rladmin cluster config s3_ca_cert step to import/export/backup DB in 7.4/7.8 versions * Copy certificate landing page edits to RS v7.8 docs * Copied required_version bootstrap API deprecation to RS v7.8 docs * Copied fix for broken download center link to RS 7.8 version * DOC-5216 Copied bigstore_enabled to RS 7.8 node REST API reference * DOC-5232 RS: Copied ccs directory typo fix for cluster recovery to 7.8 version * DOC-4692 RS: Copied certificate-based authentication to 7.8 version * DOC-5159 Copy update DNS step for rolling upgrades to RS 7.8 and 7.4 versions * DOC-5216 Copied additional bigstore_enabled details to 7.8 version * Fixed some versioned RS links * Copied Redis Open Source name to RS 7.8 version * Copied updated configure proxy policy REST API example with endpoint to RS 7.8 version --------- Co-authored-by: paoloredis <[email protected]>
1 parent 2b9b249 commit e932096

File tree

449 files changed

+40760
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+40760
-55
lines changed

content/operate/rs/7.4/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Build a small-scale cluster with the Redis Enterprise Software container image.
3636
[Install & set up]({{< relref "/operate/rs/7.4/installing-upgrading" >}}) a Redis Enterprise Software cluster.
3737
- [Networking]({{< relref "/operate/rs/7.4/networking" >}})
3838
- [Set up]({{< relref "/operate/rs/7.4/clusters/new-cluster-setup" >}}) & [configure]({{< relref "/operate/rs/7.4/clusters/configure" >}}) a [cluster]({{< relref "/operate/rs/7.4/clusters" >}})
39-
- [Release notes]({{< relref "/operate/rs/release-notes" >}})
39+
- [Release notes](https://redis.io/docs/latest/operate/rs/release-notes/)
4040

4141
## Databases
4242
Create and manage a [Redis database]({{< relref "/operate/rs/7.4/databases" >}}) on a cluster.

content/operate/rs/7.4/clusters/configure/rack-zone-awareness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Rack-zone awareness affects various cluster, node, and database actions, such as
3131
The rack-zone ID must comply with the following rules:
3232

3333
- Maximum length of 63 characters.
34-
- Characters consist of letters, digits, and hyphens ('-'). Underscores ('_') are also accepted as of Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}).
34+
- Characters consist of letters, digits, and hyphens ('-'). Underscores ('_') are also accepted as of Redis Enterprise Software 6.4.2-61.
3535
- ID starts with a letter and ends with a letter or a digit.
3636

3737
{{< note >}}

content/operate/rs/7.4/databases/auto-tiering/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Redis Enterprise’s auto tiering is based on a high-performance storage engine
2424

2525
Just like all-RAM databases, databases with Auto Tiering enabled are compatible with existing Redis applications.
2626

27-
Auto Tiering is also supported on [Redis Cloud]({{< relref "/operate/rc/" >}}) and [Redis Enterprise Software for Kubernetes]({{< relref "/operate/rs/" >}}).
27+
Auto Tiering is also supported on [Redis Cloud]({{< relref "/operate/rc/" >}}) and [Redis Enterprise Software for Kubernetes]({{< relref "/operate/kubernetes/" >}}).
2828

2929
## Use cases
3030

content/operate/rs/7.4/databases/import-export/export-data.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,25 @@ To export data to an [Amazon Web Services](https://aws.amazon.com/) (AWS) Simple
161161

162162
- In the **Secret access key** field, enter the secret access key.
163163

164-
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate. To connect to an S3-compatible storage location, run [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
164+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
165165

166-
```sh
167-
rladmin cluster config s3_url <URL>
168-
```
166+
To connect to an S3-compatible storage location:
167+
168+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
169+
170+
```sh
171+
rladmin cluster config s3_url <URL>
172+
```
173+
174+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
175+
176+
1. Configure the S3 CA certificate:
177+
178+
```sh
179+
rladmin cluster config s3_ca_cert <filepath>
180+
```
169181

170-
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
182+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
171183

172184
### Google Cloud Storage
173185

content/operate/rs/7.4/databases/import-export/import-data.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,25 @@ In the Redis Enterprise Software Cluster Manager UI, when you enter the export l
156156

157157
- In the **Secret access key** field, enter the secret access key.
158158

159-
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate. To connect to an S3-compatible storage location, run [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
159+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
160160

161-
```sh
162-
rladmin cluster config s3_url <URL>
163-
```
161+
To connect to an S3-compatible storage location:
162+
163+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
164+
165+
```sh
166+
rladmin cluster config s3_url <URL>
167+
```
168+
169+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
170+
171+
1. Configure the S3 CA certificate:
172+
173+
```sh
174+
rladmin cluster config s3_ca_cert <filepath>
175+
```
164176

165-
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
177+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
166178

167179
### Google Cloud Storage
168180

content/operate/rs/7.4/databases/import-export/schedule-backups.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,25 @@ To store backups in an Amazon Web Services (AWS) Simple Storage Service (S3) [bu
210210

211211
- In the **Secret Access Key** field, enter the secret access key.
212212

213-
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate. To connect to an S3-compatible storage location, run [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
213+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
214214

215-
```sh
216-
rladmin cluster config s3_url <URL>
217-
```
215+
To connect to an S3-compatible storage location:
216+
217+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
218+
219+
```sh
220+
rladmin cluster config s3_url <URL>
221+
```
222+
223+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
224+
225+
1. Configure the S3 CA certificate:
226+
227+
```sh
228+
rladmin cluster config s3_ca_cert <filepath>
229+
```
218230

219-
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
231+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
220232

221233
### Google Cloud Storage
222234

content/operate/rs/7.4/installing-upgrading/upgrading/upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before upgrading a cluster:
2323

2424
- Verify access to [rlcheck]({{< relref "/operate/rs/7.4/references/cli-utilities/rlcheck/" >}}) and [rladmin]({{< relref "/operate/rs/7.4/references/cli-utilities/rladmin/#use-the-rladmin-shell" >}}) commands
2525

26-
- Verify that you meet the upgrade path requirements for your desired cluster version and review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
26+
- Verify that you meet the upgrade path requirements for your desired cluster version and review the relevant [release notes](https://redis.io/docs/latest/operate/rs/release-notes/) for any preparation instructions.
2727

2828
- Avoid changing the database configuration or performing other cluster management operations during the upgrade process, as this might cause unexpected results.
2929

content/operate/rs/7.4/installing-upgrading/upgrading/upgrade-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The upgrade policy is only relevant for Redis Enterprise Software versions 6.2.4
4040

4141
Before upgrading a database:
4242

43-
- Review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
43+
- Review the relevant [release notes](https://redis.io/docs/latest/operate/rs/release-notes/) for any preparation instructions.
4444

4545
- Verify that the database version meets the minimums specified earlier.
4646

content/operate/rs/7.4/installing-upgrading/upgrading/upgrade-os.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you upgrade a cluster's operating system:
2525

2626
1. If the cluster contains databases that use modules:
2727

28-
1. Update all nodes in the cluster to [Redis Enterprise Software version 7.2.4-52]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases" >}}) or later before you upgrade the OS.
28+
1. Update all nodes in the cluster to [Redis Enterprise Software version 7.2.4-52](https://redis.io/docs/latest/operate/rs/release-notes/rs-7-2-4-releases) or later before you upgrade the OS.
2929

3030
1. Check the status of modules using [`rladmin`]({{< relref "/operate/rs/7.4/references/cli-utilities/rladmin" >}}):
3131

@@ -79,6 +79,8 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
7979

8080
1. [Add the new node]({{< relref "/operate/rs/7.4/clusters/add-node" >}}) to the cluster.
8181

82+
1. If the [cluster uses DNS]({{<relref "/operate/rs/7.4/networking/cluster-dns">}}), add the new node’s IP address to the DNS records.
83+
8284
1. [Remove one node]({{< relref "/operate/rs/7.4/clusters/remove-node#remove-a-node" >}}) running the earlier OS version from the cluster.
8385

8486
1. Repeat the previous steps until all nodes with the earlier OS version are removed.
@@ -105,6 +107,8 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
105107
rladmin cluster join nodes <cluster_member_ip_address> username <username> password <password> replace_node <node_id>
106108
```
107109

110+
1. If the [cluster uses DNS]({{<relref "/operate/rs/7.4/networking/cluster-dns">}}), add the new node’s IP address to the DNS records.
111+
108112
1. Verify node health:
109113

110114
1. Run `rlcheck` on all nodes:

content/operate/rs/7.4/references/rest-api/objects/cluster/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ An API object that represents the cluster.
5555
| proxy_max_ccs_disconnection_time | integer | Cluster-wide proxy timeout policy between proxy and CCS |
5656
| rack_aware | boolean | Cluster operates in a rack-aware mode (read-only) |
5757
| reserved_ports | array of strings | List of reserved ports and/or port ranges to avoid using for database endpoints (for example `"reserved_ports": ["11000", "13000-13010"]`) |
58+
| s3_ca_cert | string | Filepath to the PEM-encoded CA certificate to use for validating TLS connections to the S3 server |
5859
| s3_url | string | Specifies the URL for S3 export and import |
5960
| saslauthd_ldap_conf | string | saslauthd LDAP configuration |
6061
| sentinel_cipher_suites | array | Specifies the list of enabled ciphers for the sentinel service. The supported ciphers are those implemented by the [cipher_suites.go](<https://golang.org/src/crypto/tls/cipher_suites.go>) package. |

0 commit comments

Comments
 (0)