You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Redis Community Edition cluster](#source-available-cluster)
41
41
@@ -47,9 +47,9 @@ For best results when using the [Multicast DNS](https://en.wikipedia.org/wiki/Mu
47
47
As long as Replica Of is enabled, data in the target database will not expire and will not be evicted regardless of the set [data eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy.md" >}}).
48
48
{{< /note >}}
49
49
50
-
### Same Redis Enterprise cluster {#same-cluster}
50
+
### Same Redis Software cluster {#same-cluster}
51
51
52
-
To configure a Replica Of database in the same Redis Enterprise cluster as the source database:
52
+
To configure a Replica Of database in the same Redis Software cluster as the source database:
53
53
54
54
1.[Create a new database]({{< relref "/operate/rs/databases/create" >}}) or select an existing database from the **Databases** screen.
55
55
@@ -67,9 +67,9 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s
67
67
68
68
1. Select **Save**.
69
69
70
-
### Different Redis Enterprise cluster {#different-cluster}
70
+
### Different Redis Software cluster {#different-cluster}
71
71
72
-
To configure a Replica Of database in a different Redis Enterprise cluster from the source database:
72
+
To configure a Replica Of database in a different Redis Software cluster from the source database:
73
73
74
74
1. Sign in to the Cluster Manager UI of the cluster hosting the source database.
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/configuring/change-location-socket-files.md
+11-31Lines changed: 11 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,44 +21,24 @@ There are two default locations for the socket files in Redis Enterprise Softwar
21
21
The default location was changed in case you run any maintenance procedures that delete the `/tmp` directory.
22
22
{{</note>}}
23
23
24
-
When you upgrade Redis Enterprise Software from an earlier version to 5.2.2 or later, the socket files
25
-
are not moved to the new location by default. You need to either specify a custom location
26
-
for the socket files during [installation]({{< relref "/operate/rs/installing-upgrading" >}}) or use the [following procedure](#change-socket-file-locations) after installation.
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).
27
25
28
-
## Change socket file locations
26
+
## Specify socket file location during install {#during-install}
29
27
30
-
To change the location of the socket files:
28
+
To specify the socket file location during a new installation, follow the [Install Redis Enterprise Software on Linux]({{<relref "/operate/rs/installing-upgrading/install/install-on-linux">}}) instructions, but use the `-s`[installation script option]({{<relref "/operate/rs/installing-upgrading/install/install-script">}}):
1. To update the socket file location forall other nodes, restart Redis Enterprise Software on each nodein the cluster, one at a time:
38
+
1. Create a new cluster with the new socket file path. To do so, follow the [Install Redis Enterprise Software on Linux]({{<relref "/operate/rs/installing-upgrading/install/install-on-linux">}}) instructions, but use the `-s`[installation script option]({{<relref "/operate/rs/installing-upgrading/install/install-script">}}):
51
39
52
-
```sh
53
-
sudo service rlec_supervisor restart
54
40
```
55
-
56
-
1. Restart each database in the cluster to update the socket file location:
57
-
58
-
```sh
59
-
rladmin restart db <db name>
41
+
sudo ./install.sh -s </path/to/socket/files>
60
42
```
61
43
62
-
{{< warning >}}
63
-
Restarting databases can cause interruptions in data traffic.
64
-
{{< /warning >}}
44
+
1. Use Replica Of to migrate your databases from the original cluster to the new cluster. For detailed steps, see the procedure to [configure Replica Of with different Redis Software clusters]({{<relref "/operate/rs/databases/import-export/replica-of/create#different-cluster">}}).
0 commit comments