From 4e3ee0e264af27e2b03349595689dde6150d4fed Mon Sep 17 00:00:00 2001 From: Omri Sarig Date: Thu, 6 Jul 2023 11:49:39 +0200 Subject: [PATCH] Update Geo-Replication.md --- docs/Administrator-Guide/Geo-Replication.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Administrator-Guide/Geo-Replication.md b/docs/Administrator-Guide/Geo-Replication.md index 66b298e..5c6b81f 100644 --- a/docs/Administrator-Guide/Geo-Replication.md +++ b/docs/Administrator-Guide/Geo-Replication.md @@ -61,11 +61,12 @@ In all the Secondary nodes, create a new group as "geogroup". # sudo groupadd geogroup ``` -In all the Secondary nodes, create an unprivileged account. For example, +In all the Secondary nodes, create an unprivileged account. This user +must have a home directory and a configured shell. For example, "geoaccount". Add geoaccount as a member of "geogroup" group. ``` -# useradd -G geogroup geoaccount +# useradd -s /bin/bash -d /home/geoaccount/ -G geogroup geoaccount ``` In any one Secondary node, run the following command to setup the