Skip to content

Commit 8816439

Browse files
committed
Fix versioned relrefs
1 parent 06a1496 commit 8816439

File tree

304 files changed

+1429
-1429
lines changed

Some content is hidden

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

304 files changed

+1429
-1429
lines changed

content/operate/rs/7.8/_index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,34 @@ If you prefer a fully managed Redis database-as-a-service, available on major pu
2626

2727
## Get started
2828
Build a small-scale cluster with the Redis Enterprise Software container image.
29-
- [Linux quickstart]({{< relref "/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart" >}})
30-
- [Docker quickstart]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}})
31-
- [Get started with Active-Active]({{< relref "/operate/rs/databases/active-active/get-started" >}})
29+
- [Linux quickstart]({{< relref "/operate/rs/7.8/installing-upgrading/quickstarts/redis-enterprise-software-quickstart" >}})
30+
- [Docker quickstart]({{< relref "/operate/rs/7.8/installing-upgrading/quickstarts/docker-quickstart" >}})
31+
- [Get started with Active-Active]({{< relref "/operate/rs/7.8/databases/active-active/get-started" >}})
3232

3333
## Install & setup
34-
[Install & set up]({{< relref "/operate/rs/installing-upgrading" >}}) a Redis Enterprise Software cluster.
35-
- [Networking]({{< relref "/operate/rs/networking" >}})
36-
- [Set up]({{< relref "/operate/rs/clusters/new-cluster-setup" >}}) & [configure]({{< relref "/operate/rs/clusters/configure" >}}) a [cluster]({{< relref "/operate/rs/clusters" >}})
34+
[Install & set up]({{< relref "/operate/rs/7.8/installing-upgrading" >}}) a Redis Enterprise Software cluster.
35+
- [Networking]({{< relref "/operate/rs/7.8/networking" >}})
36+
- [Set up]({{< relref "/operate/rs/7.8/clusters/new-cluster-setup" >}}) & [configure]({{< relref "/operate/rs/7.8/clusters/configure" >}}) a [cluster]({{< relref "/operate/rs/7.8/clusters" >}})
3737
- [Release notes]({{< relref "/operate/rs/release-notes" >}})
3838

3939
## Databases
40-
Create and manage a [Redis database]({{< relref "/operate/rs/databases" >}}) on a cluster.
41-
- [Create a Redis Enterprise Software database]({{< relref "/operate/rs/databases/create" >}})
42-
- [Configure database]({{< relref "/operate/rs/databases/configure" >}})
43-
- [Create Active-Active database]({{< relref "/operate/rs/databases/active-active/create" >}})
44-
- [Edit Active-Active database]({{< relref "/operate/rs/databases/active-active/manage.md" >}})
40+
Create and manage a [Redis database]({{< relref "/operate/rs/7.8/databases" >}}) on a cluster.
41+
- [Create a Redis Enterprise Software database]({{< relref "/operate/rs/7.8/databases/create" >}})
42+
- [Configure database]({{< relref "/operate/rs/7.8/databases/configure" >}})
43+
- [Create Active-Active database]({{< relref "/operate/rs/7.8/databases/active-active/create" >}})
44+
- [Edit Active-Active database]({{< relref "/operate/rs/7.8/databases/active-active/manage.md" >}})
4545

4646
## Security
47-
[Manage secure connections]({{< relref "/operate/rs/security" >}}) to the cluster and databases.
48-
- [Access control]({{< relref "/operate/rs/security/access-control" >}})
49-
- [Users]({{< relref "/operate/rs/security/access-control/manage-users" >}}) & [roles]({{< relref "/operate/rs/security/access-control" >}})
50-
- [Certificates]({{< relref "/operate/rs/security/certificates" >}})
51-
- [TLS]({{< relref "/operate/rs/security/encryption/tls" >}}) & [Encryption]({{< relref "/operate/rs/security/encryption" >}})
47+
[Manage secure connections]({{< relref "/operate/rs/7.8/security" >}}) to the cluster and databases.
48+
- [Access control]({{< relref "/operate/rs/7.8/security/access-control" >}})
49+
- [Users]({{< relref "/operate/rs/7.8/security/access-control/manage-users" >}}) & [roles]({{< relref "/operate/rs/7.8/security/access-control" >}})
50+
- [Certificates]({{< relref "/operate/rs/7.8/security/certificates" >}})
51+
- [TLS]({{< relref "/operate/rs/7.8/security/encryption/tls" >}}) & [Encryption]({{< relref "/operate/rs/7.8/security/encryption" >}})
5252

5353
## Reference
5454
Use command-line utilities and the REST API to manage the cluster and databases.
55-
- [rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}), & [other utilities]({{< relref "/operate/rs/references/cli-utilities" >}})
56-
- [REST API reference]({{< relref "/operate/rs/references/rest-api" >}}) & [examples]({{< relref "/operate/rs/references/rest-api/quick-start" >}})
55+
- [rladmin]({{< relref "/operate/rs/7.8/references/cli-utilities/rladmin" >}}), [crdb-cli]({{< relref "/operate/rs/7.8/references/cli-utilities/crdb-cli" >}}), & [other utilities]({{< relref "/operate/rs/7.8/references/cli-utilities" >}})
56+
- [REST API reference]({{< relref "/operate/rs/7.8/references/rest-api" >}}) & [examples]({{< relref "/operate/rs/7.8/references/rest-api/quick-start" >}})
5757
- [Redis commands]({{< relref "/commands" >}})
5858

5959
## Archive

content/operate/rs/7.8/clusters/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ url: '/operate/rs/7.8/clusters/'
1616
You can manage your Redis Enterprise Software clusters with several different tools:
1717

1818
- Cluster Manager UI (the web-based user interface)
19-
- Command-line tools ([rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/tools/cli" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
20-
- [REST API]({{< relref "/operate/rs/references/rest-api/_index.md" >}})
19+
- Command-line tools ([rladmin]({{< relref "/operate/rs/7.8/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/tools/cli" >}}), [crdb-cli]({{< relref "/operate/rs/7.8/references/cli-utilities/crdb-cli" >}}))
20+
- [REST API]({{< relref "/operate/rs/7.8/references/rest-api/_index.md" >}})

content/operate/rs/7.8/clusters/add-node.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ After you install the first node, you can add more nodes to the cluster.
1717

1818
Before you add a node to the cluster:
1919

20-
- The clocks on all nodes must always be [synchronized]({{< relref "/operate/rs/clusters/configure/sync-clocks.md" >}}).
20+
- The clocks on all nodes must always be [synchronized]({{< relref "/operate/rs/7.8/clusters/configure/sync-clocks.md" >}}).
2121

2222
If the clock in the node you are trying to join to the cluster is not synchronized with the nodes already in the cluster,
2323
the action fails and an error message is shown indicating that you must synchronize the clocks first.
2424

25-
- You must [update the DNS records]({{< relref "/operate/rs/networking/cluster-dns" >}})
25+
- You must [update the DNS records]({{< relref "/operate/rs/7.8/networking/cluster-dns" >}})
2626
each time a node is added or replaced.
2727

2828
- We recommend that you add nodes one after the other rather than in parallel
@@ -32,16 +32,16 @@ Before you add a node to the cluster:
3232

3333
To add a node to an existing cluster:
3434

35-
1. [Install the Redis Enterprise Software installation package]({{< relref "/operate/rs/installing-upgrading" >}}) on a clean installation
36-
of a [supported operating system]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}).
35+
1. [Install the Redis Enterprise Software installation package]({{< relref "/operate/rs/7.8/installing-upgrading" >}}) on a clean installation
36+
of a [supported operating system]({{< relref "/operate/rs/7.8/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}).
3737

3838
1. To connect to the Cluster Manager UI of the new Redis Enterprise Software installation, go to: <https://URL or IP address:8443>
3939

4040
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to `https://10.0.1.34:8443`.
4141

4242
{{< tip >}}
4343
The management UI uses TLS encryption with a default certificate.
44-
You can also [replace the TLS certificate]({{< relref "/operate/rs/security/certificates/updating-certificates" >}})
44+
You can also [replace the TLS certificate]({{< relref "/operate/rs/7.8/security/certificates/updating-certificates" >}})
4545
with a custom certificate.
4646
{{< /tip >}}
4747

@@ -59,15 +59,15 @@ with a custom certificate.
5959

6060
1. Configure storage and network settings:
6161

62-
1. Enter a path for [*Ephemeral storage*]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}), or leave the default path.
62+
1. Enter a path for [*Ephemeral storage*]({{< relref "/operate/rs/7.8/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}), or leave the default path.
6363

64-
1. Enter a path for [*Persistent storage*]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}),
64+
1. Enter a path for [*Persistent storage*]({{< relref "/operate/rs/7.8/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}),
6565
or leave the default path.
6666

67-
1. To enable [*Auto Tiering*]({{< relref "/operate/rs/databases/auto-tiering/" >}}),
67+
1. To enable [*Auto Tiering*]({{< relref "/operate/rs/7.8/databases/auto-tiering/" >}}),
6868
select **Enable flash storage** and enter the path to the flash storage.
6969

70-
1. If the cluster is configured to support [rack-zone awareness]({{< relref "/operate/rs/clusters/configure/rack-zone-awareness.md" >}}), set the **Rack-zone ID** for the new node.
70+
1. If the cluster is configured to support [rack-zone awareness]({{< relref "/operate/rs/7.8/clusters/configure/rack-zone-awareness.md" >}}), set the **Rack-zone ID** for the new node.
7171

7272
1. If your machine has multiple IP addresses, assign a single IPv4 type address for **Node-to-node communication (internal traffic)** and multiple IPv4/IPv6 type addresses for **External traffic**.
7373

@@ -92,4 +92,4 @@ We recommend that you verify the node is functioning properly using one of the f
9292

9393
- Command-line method:
9494

95-
Run the [`rlcheck`]({{< relref "/operate/rs/references/cli-utilities/rlcheck" >}}) utility from the node's command line.
95+
Run the [`rlcheck`]({{< relref "/operate/rs/7.8/references/cli-utilities/rlcheck" >}}) utility from the node's command line.

content/operate/rs/7.8/clusters/cluster-recovery.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Cluster failure can be caused by:
2626
To recover a cluster and re-create it as it was before the failure,
2727
you must restore the cluster configuration `ccs-redis.rdb` to the cluster nodes.
2828
To recover databases in the new cluster, you must restore the databases from persistence files such as backup files, append-only files (AOF), or RDB snapshots.
29-
These files are stored in the [persistent storage location]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}).
29+
These files are stored in the [persistent storage location]({{< relref "/operate/rs/7.8/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}).
3030

3131
The cluster recovery process includes:
3232

3333
1. Install Redis Enterprise Software on the nodes of the new cluster.
3434
1. Mount the persistent storage with the recovery files from the original cluster to the nodes of the new cluster.
3535
1. Recover the cluster configuration on the first node in the new cluster.
3636
1. Join the remaining nodes to the new cluster.
37-
1. [Recover the databases]({{< relref "/operate/rs/databases/recover.md" >}}).
37+
1. [Recover the databases]({{< relref "/operate/rs/7.8/databases/recover.md" >}}).
3838

3939
## Prerequisites
4040

@@ -51,7 +51,7 @@ The cluster recovery process includes:
5151

5252
1. (Optional) If you want to recover the cluster to the original cluster nodes, uninstall Redis Enterprise Software from the nodes.
5353

54-
1. [Install Redis Enterprise Software]({{< relref "/operate/rs/installing-upgrading/install/install-on-linux" >}}) on the new cluster nodes.
54+
1. [Install Redis Enterprise Software]({{< relref "/operate/rs/7.8/installing-upgrading/install/install-on-linux" >}}) on the new cluster nodes.
5555

5656
The new servers must have the same basic hardware and software configuration as the original servers, including:
5757

@@ -74,7 +74,7 @@ of the configuration and persistence files on each of the nodes.
7474

7575
If you use local persistent storage, place all of the recovery files on each of the cluster nodes.
7676

77-
1. To recover the original cluster configuration, run [`rladmin cluster recover`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/recover" >}}) on the first node in the new cluster:
77+
1. To recover the original cluster configuration, run [`rladmin cluster recover`]({{< relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/recover" >}}) on the first node in the new cluster:
7878

7979
```sh
8080
rladmin cluster recover filename [ <persistent_path> | <ephemeral_path> ]<filename> node_uid <node_uid> rack_id <rack_id>
@@ -89,7 +89,7 @@ of the configuration and persistence files on each of the nodes.
8989
When the recovery command succeeds,
9090
this node is configured as the node from the old cluster that has ID 1.
9191

92-
1. To join the remaining servers to the new cluster, run [`rladmin cluster join`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/join" >}}) from each new node:
92+
1. To join the remaining servers to the new cluster, run [`rladmin cluster join`]({{< relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/join" >}}) from each new node:
9393

9494
```sh
9595
rladmin cluster join nodes <cluster_member_ip_address> username <username> password <password> replace_node <node_id>
@@ -101,15 +101,15 @@ of the configuration and persistence files on each of the nodes.
101101
rladmin cluster join nodes 10.142.0.4 username [email protected] password mysecret replace_node 2
102102
```
103103

104-
1. Run [`rladmin status`]({{< relref "/operate/rs/references/cli-utilities/rladmin/status" >}}) to verify the recovered nodes are now active and the databases are pending recovery:
104+
1. Run [`rladmin status`]({{< relref "/operate/rs/7.8/references/cli-utilities/rladmin/status" >}}) to verify the recovered nodes are now active and the databases are pending recovery:
105105

106106
```sh
107107
rladmin status
108108
```
109109

110110
{{< note >}}
111-
Make sure that you update your [DNS records]({{< relref "/operate/rs/networking/cluster-dns" >}})
111+
Make sure that you update your [DNS records]({{< relref "/operate/rs/7.8/networking/cluster-dns" >}})
112112
with the IP addresses of the new nodes.
113113
{{< /note >}}
114114

115-
After the cluster is recovered, you must [recover the databases]({{< relref "/operate/rs/databases/recover.md" >}}).
115+
After the cluster is recovered, you must [recover the databases]({{< relref "/operate/rs/7.8/databases/recover.md" >}}).

content/operate/rs/7.8/clusters/configure/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ url: '/operate/rs/7.8/clusters/configure/'
1414
You can manage your Redis Enterprise Software clusters with several different tools:
1515

1616
- Cluster Manager UI (the web-based user interface)
17-
- Command-line tools ([rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/tools/cli" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
18-
- [REST API]({{< relref "/operate/rs/references/rest-api/_index.md" >}})
17+
- Command-line tools ([rladmin]({{< relref "/operate/rs/7.8/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/tools/cli" >}}), [crdb-cli]({{< relref "/operate/rs/7.8/references/cli-utilities/crdb-cli" >}}))
18+
- [REST API]({{< relref "/operate/rs/7.8/references/rest-api/_index.md" >}})
1919

2020

2121

content/operate/rs/7.8/clusters/configure/cluster-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ you can upload the cluster license key, either during initial
2323
cluster creation or at any time afterward. The license key defines various
2424
cluster settings, such as the maximum number of shards you can have in
2525
the cluster. For more detailed information see [Cluster license
26-
keys]({{< relref "/operate/rs/clusters/configure/license-keys.md" >}}).
26+
keys]({{< relref "/operate/rs/7.8/clusters/configure/license-keys.md" >}}).
2727

2828
### View max number of allowed shards
2929

@@ -44,7 +44,7 @@ You can change the **Time zone** field to ensure the date, time fields, and log
4444

4545
The **Alert Settings** tab lets you configure alerts that are relevant to the entire cluster, such as alerts for cluster utilization, nodes, node utilization, security, and database utilization.
4646

47-
You can also configure email server settings and [send alerts by email]({{< relref "/operate/rs/monitoring/v1_monitoring#send-alerts-by-email" >}}) to relevant users.
47+
You can also configure email server settings and [send alerts by email]({{< relref "/operate/rs/7.8/monitoring/v1_monitoring#send-alerts-by-email" >}}) to relevant users.
4848

4949
### Configure email server settings
5050

content/operate/rs/7.8/clusters/configure/license-keys.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Trial mode allows all features to be enabled during the trial period.
2020

2121
Trial mode is limited to 30 days and 4 shards, including master and replica shards. A new Redis Enterprise Software installation starts its 30-day trial period from the day you set up the cluster on the first node.
2222

23-
Trial mode requires a trial license. If you do not provide a license when you create a cluster using the Cluster Manager UI or a [bootstrapping REST API request]({{< relref "/operate/rs/references/rest-api/requests/bootstrap#post-bootstrap" >}}), a trial cluster license is generated by default.
23+
Trial mode requires a trial license. If you do not provide a license when you create a cluster using the Cluster Manager UI or a [bootstrapping REST API request]({{< relref "/operate/rs/7.8/references/rest-api/requests/bootstrap#post-bootstrap" >}}), a trial cluster license is generated by default.
2424

2525
## View cluster license key
2626

@@ -32,9 +32,9 @@ To view the cluster license key, use:
3232

3333
1. Select **Change** to view the cluster license key.
3434

35-
- REST API - [`GET /v1/license`]({{< relref "/operate/rs/references/rest-api/requests/license#get-license" >}})
35+
- REST API - [`GET /v1/license`]({{< relref "/operate/rs/7.8/references/rest-api/requests/license#get-license" >}})
3636

37-
For a list of returned fields, see the [response section]({{< relref "/operate/rs/references/rest-api/requests/license#get-response" >}}).
37+
For a list of returned fields, see the [response section]({{< relref "/operate/rs/7.8/references/rest-api/requests/license#get-response" >}}).
3838

3939
{{<note>}}
4040
As of version 7.2, Redis Enterprise enforces shard limits by shard types, RAM or flash, instead of the total number of shards. The flash shards limit only appears in the UI if Auto Tiering is enabled.
@@ -113,7 +113,7 @@ To change the cluster license alert settings, use one of the following methods:
113113
1. Click **Save**.
114114

115115

116-
- [Update cluster]({{<relref "/operate/rs/references/rest-api/requests/cluster#put-cluster">}}) REST API request:
116+
- [Update cluster]({{<relref "/operate/rs/7.8/references/rest-api/requests/cluster#put-cluster">}}) REST API request:
117117

118118
The following example changes the cluster license alert to occur 30 days before the cluster license expiration date:
119119

0 commit comments

Comments
 (0)