Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira DOC-826: RS - Assorted typos/glitches in (and near) "Install and setup" #1460

Merged
merged 1 commit into from
Jul 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/rs/administering/import-export/exporting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ You can export a database to these locations:
- Azure Blob Storage
- Google Cloud Storage

{{comment}}The backup process creates compressed (.gz) RDB files that you can [import into a database]({{< relref "/rs/administering/import-export/importing-data.md" >}}).
{{<comment>}}The backup process creates compressed (.gz) RDB files that you can [import into a database]({{< relref "/rs/administering/import-export/importing-data.md" >}}).
If you backup a database configured for database clustering,
RS copies a backup file for each shard to the specified backup location.

{{< note >}}
Make sure that you have enough space available in your storage location.
If there is not enough space in the backup location, the backup fails.
{{< /note >}}
{{/comment}}
{{</comment>}}

## Export data from a database

Expand Down
3 changes: 2 additions & 1 deletion content/rs/concepts/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
Title: Concepts and Architecture
Title: Concepts and architecture
linkTitle: Concepts and architecture
description:
weight: 40
alwaysopen: false
Expand Down
16 changes: 9 additions & 7 deletions content/rs/installing-upgrading/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
Title: Install and Setup
Title: Install and setup
linkTitle: Install and setup
description:
weight: 35
alwaysopen: false
Expand Down Expand Up @@ -180,6 +181,12 @@ To install without answering the installation questions, either:

For geo-distributed Active-Active replication, create an [Active-Active]({{< relref "/rs/administering/creating-databases/create-active-active.md" >}}) database.

## Notes

- Redis Enterprise Software installation creates the `redislabs:redislabs` user and group. Assigning other users to the `redislabs` group is optional. Users belonging to the `redislabs` group will have permission to read and execute (e.g. use the `rladmin` status command) but not to write or delete files and directories.

- Redis Enterprise Software serves a large variety of industries. The common industry standard for permissions is `750` permissions. Reducing the permissions to `700` has not been tested and isn't supported.

## More info and options

If you've already installed Redis Enterprise Software, you can also:
Expand All @@ -191,7 +198,7 @@ If you've already installed Redis Enterprise Software, you can also:
More info is available to help with customization and related questions:

- [AWS EC2 configuration]({{<relref "rs/installing-upgrading/configuring-aws-instances.md">}})
- [CentOS/RHEL Firewall conifugration]({{< relref "rs/installing-upgrading/configuring/centos-rhel-7-firewall.md" >}})
- [CentOS/RHEL Firewall configuration]({{< relref "rs/installing-upgrading/configuring/centos-rhel-7-firewall.md" >}})
- [Change socket file location]({{< relref "rs/installing-upgrading/configuring/change-location-socket-files.md" >}})
- [Cluster DNS configuration]({{< relref "rs/installing-upgrading/configuring/cluster-dns.md" >}})
- [Cluster load balancer setup]({{< relref "rs/installing-upgrading/configuring/cluster-lba-setup.md" >}})
Expand All @@ -210,8 +217,3 @@ Now that your cluster is set up with nodes, you can:
- [Add users]({{< relref "/rs/security/passwords-users-roles.md" >}}) to the cluster with specific permissions. To begin, start with [Authentication and authorization]({{< relref "/rs/security/admin-console-security/user-security" >}}).
- [Create databases]({{< relref "/rs/administering/creating-databases/_index.md" >}}) to use with your applications.

## Additional notes

Redis Enterprise installation creates the redislabs:redislabs user and group. Assigning other users to the redislabs group is optional. Users belonging to the redislabs group will have permission to read and execute (e.g. use the rladmin status command) but not to write or delete files and directories.

Redis Enterprise serves a large variety of industries. The common industry standard for permissions is 750 permissions. Reducing the permissions to 700 has not been tested and isn't supported.
4 changes: 2 additions & 2 deletions content/rs/installing-upgrading/configuring/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
Title: Additional Configuration
Title: Additional configuration
description:
weight: 80
alwaysopen: false
categories: ["RS"]
aliases: /rs/administering/installing-upgrading/configuring/
---
This section contains instructions for additional configuration of your OS and Redis Enterprise Software installation.
This section describes additional configuration options for Redis Enterprise Software installation.

{{< allchildren style="h2" description="true" />}}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configure CentOS/RHEL 7 Firewall
linkTitle: CentOS/RHEL 7 Firewall
linkTitle: CentOS/RHEL 7 firewall
description:
weight: $weight
alwaysopen: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: Configuring AWS Route53 DNS Management
Title: AWS Route53 DNS management
linkTitle: AWS Route 53 DNS
description:
weight: $weight
Expand Down
2 changes: 1 addition & 1 deletion content/rs/installing-upgrading/file-locations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: File Locations
Title: File locations
description:
weight: 20
alwaysopen: false
Expand Down
2 changes: 1 addition & 1 deletion content/rs/installing-upgrading/supported-platforms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: Supported Platforms
Title: Supported platforms
description:
weight: 10
alwaysopen: false
Expand Down
2 changes: 1 addition & 1 deletion content/rs/installing-upgrading/uninstalling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Title: Uninstall Redis Enterprise Software
LinkTitle: Uninstall Redis Enterprise Software
LinkTitle: Uninstall existing deployment
description:
weight: 70
alwaysopen: false
Expand Down
2 changes: 1 addition & 1 deletion content/rs/installing-upgrading/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Title: Upgrade Redis Enterprise Software
linkTitle: Upgrade Redis Enterprise Software
linkTitle: Upgrade existing deployment
description:
weight: 60
alwaysopen: false
Expand Down
5 changes: 3 additions & 2 deletions content/rs/technology-behind-redis-enterprise.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
Title: Redis Enterprise Technical Overview
Title: Redis Enterprise Software technical overview
linkTitle: Technical overview
description:
weight: 10
alwaysopen: false
categories: ["RS"]
---

Redis Enterprise is designed to simplify operations while providing seamless scalability, top performance, and high availability.
Redis Enterprise Software is designed to simplify operations while providing seamless scalability, top performance, and high availability.

Here are some of the features and design decisions that make this possible.

Expand Down