
stolonctl:ai:48184
Add a node to the stolon cluster using stolonctl CLI command
$ stolonctl --cluster-name=${cluster-name} --store-backend=etcdv3 add --data-dir=${path-to-data-directory} --uid=${node-uid} --pg-listen-address=${node-listen-address} --pg-repl-username=${replication-username} --pg-repl-password=${replication-password} --pg-su-password=${superuser-password} --pg-adm-password=${admin-password}
try on your machine
Add a node to the stolon cluster using stolonctl CLI command
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How can I add node into stolon cluster?