Skip to content

Commit 743e1a3

Browse files
committed
DOC-4192 Edits to address feedback
1 parent 09256c9 commit 743e1a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/operate/rs/installing-upgrading/configuring/change-location-socket-files.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are two default locations for the socket files in Redis Enterprise Softwar
2121
The default location was changed in case you run any maintenance procedures that delete the `/tmp` directory.
2222
{{</note>}}
2323

24-
When you upgrade Redis Enterprise Software from an earlier version to 5.2.2 or later, the socket files are not moved to the new location by default. You need to specify the socket file location [during installation](#during-install) or change the location [after cluster setup](#after-cluster-setup).
24+
When you upgrade Redis Enterprise Software from an earlier version to 5.2.2 or later, the socket files are not moved to the new location by default. You need to specify the socket file location [during installation](#during-install).
2525

2626
## Specify socket file location during install {#during-install}
2727

@@ -31,7 +31,9 @@ To specify the socket file location during a new installation, follow the [Insta
3131
sudo ./install.sh -s </path/to/socket/files>
3232
```
3333

34-
## Change socket file location after cluster setup {#after-cluster-setup}
34+
## Change socket file location for an existing cluster {#after-cluster-setup}
35+
36+
Changing the socket file location is not supported for bootstrapped nodes.
3537

3638
To change the socket file location for an existing cluster:
3739

0 commit comments

Comments
 (0)